body { background-color: white; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }
.tblHeader { background-color: #FF0099; }
.tblContent { background-color: #F7F7F7; }
.tblFooter { background-color: #AA0066; }
.tblLogin { background-color: #FF0099; }
.tblContentHolder { background-color: #FFFFFF; }

a { font-family: Arial; font-size: 11px; font-weight: bold; color: #28458F; }
a:hover { text-decoration: none}
h1, h2, h3, h4 { letter-spacing: -.05em; margin: 0px; padding: 0px; line-height: 1em; }
h1 { font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #FFFFFF; margin-top: 0; margin-bottom: 3; text-align: left; }
.errorMessage { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FF0000}
.errorMessageLogin { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000}
.normalText { font-family: Arial; font-size: 11px; font-weight: normal; color: #000000; }
.smallText { font-family: Verdana; font-size: 10px; font-weight: bold; color: #000000; }
.subHeaderText { font-family: Verdana; font-size: 10px; font-weight: bold; color: #3E9EFF; }
.boldText { font-family: Arial; font-size: 11px; font-weight: bold; color: #000000; }
.headerText { font-family: Arial; font-size: 16px; font-weight: bold; color: #000000; }

.datagridPager { font-family: Arial; font-size: 0px; color: #CFDAF1; }

.blueHeader { font-family: Arial; font-size: 11px; font-weight: bold; color: #28458F; }
.links { font-family: Arial; font-size: 11px; font-weight: bold; color: #000000; }
.normalTextWhite { font-family: Arial; font-size: 11px; font-weight: bold; color: #FFFFFF; }
.linksWhite { font-family: Arial; font-size: 11px; font-weight: bold; color: #FFFFFF; }
.normalTextYellow { font-family: Arial; font-size: 11px; font-weight: bold; color: #FFFF33; }
.linksYellow { font-family: Arial; font-size: 11px; font-weight: bold; color: #FFFF33; }

a.links_regular:link, a.links_regular:active, a.links_regular:visited {
	color: #000000;
	font-family: Times New Roman; 	
	font-size: 11px; 
    font-weight: bold;
	background-color: #CCFF00;
	text-decoration: none;
	margin-top: 6; 
	margin-bottom: 2;
}

a.links_regular:hover {
	background-color: #50EAF1;
	text-decoration: none;
	margin-top: 6; 
	margin-bottom: 2;	
}

.formTextfield {
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
}

.formTextfieldLarge {
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
}

.formTextarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
}

.formTextareaSmall {
	font-family: Arial, Helvetica, sans-serif;
	width: 320px;
}

.formListbox {
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
}

.formListboxLarge {
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
}

.formListboxExtraSmall {
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
}

.formListboxSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 160px;
}


