/******* Link/HREF styles *******/
a {
	text-decoration:underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a.WhiteLink {
	text-decoration:underline;
	color: #FFFFFF;
}

a.WhiteLink:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a.FooterLink {
	text-decoration: none;
	color: #FFFFFF;
}

a.FooterLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/******* Text styles *******/
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
}

.HomeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}

.WhiteText {
	color: #FFFFFF;
}

.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 8px;
	line-height: 18px;
}

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/******* Redefined HTML tag styles (forms etc) *******/
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	background-color: #1E3B2E;
	background-image: url(../images/bg/pagebg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

html {
	height: 100%;
	width: 100%;
}

ul {
	list-style-image: url(../images/bullets/bullet.jpg);
}

.PageTitleText {
	font-weight: bold;
	color: #364B42;
	border-bottom: solid;
	border-bottom-color: #788D84;
	border-bottom-width: 1px;
}


/******* Table/layout styles *******/
.PageContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	background-image: url(../images/page/righttopcorner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.PageTopRight {
	background-image: url(../images/bg/pagetoprightbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.RightSideBoxes {
	background-image: url(../images/page/righttopcornerbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.RightSideBoxContent {
	background-image: url(../images/page/rightside/mainbg.jpg);
	padding-left: 8px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.PageBox {
	background-color: #CFD4D2;
	border-style: solid;
	border-width: 1px;
	border-color: #364B42;
}


/******* Form element styles *******/
.SmallSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px
}


/******* JS Validation Styles *******/
input.errHilite, select.errHilite, textarea.errHilite {
	background-color: #FFE;
}

label.errHilite {
	color: #C00;
}