BODY {
	BACKGROUND-COLOR: #FFFFFF
}
TD {
	FONT-SIZE: 13px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:hover {
	COLOR: #B20202;
	TEXT-DECORATION: none;
	font-weight: bold;

}
.tnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.lnav {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636564;
	text-decoration: none;
}
.PageTitle {
	font-size: 18px;
}

.WhiteText {
	font-size: 18px;
	font-weight:bold;
	color: #FFFFFF;
}

.BigRedText {
	font-size: 22px;
	font-weight:bold;
	color: #B20202;
}

.bdsLink {
	FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif

}
div#errors {
	display: none;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #FF0000;
	padding: .3em;
	color: #C00;
	font-weight: bold;
	}	
div#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
	}
div#errors li.heading {
	list-style-type: none;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: .5em 0;
	padding: 0;
	}
input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FFE;
	}
label.errHilite {
	color: #C00;
	}	
.required {color: #330000}
