body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0px 0px 0px 0px;
	background-color : #CCCC99;
}

TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	background-color : White;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18pt;
	font-weight: bold;
	font-variant: normal;
	color: #000063;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: 15pt; 
	font-weight: bold; 
	font-variant: normal; 
	color: #000063; 
	text-decoration: none;
}

SUP {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8px;
}

HR {
	border : thin solid #000063;
}

A {
	text-decoration: none; 
	font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:link {
	color: #000063;  
	text-decoration: none;
}
A:visited {
	color: #000063; 
	text-decoration: none;
}
A:hover {
	color: #0000636; 
	text-decoration: underline;
}

h2 A {
	font-size: 16px; 
	color: #000063; 
	text-decoration: none;
}
h2 A:visited {
	font-size: 16px; 
	color: #000063; 
	text-decoration: none;
}
h2 A:hover {
	font-size: 16px; 
	color: #000063; 
	text-decoration: none;
}

.editableText {
	background-color : #DCDCDC;
}

.footer {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: Black;
}

.footer A {
	font-size: 10.25px; 
}

.resultsHeader TD {
	background-color : #999933;
	color: White;
}

.resultsHeader A {
	font-weight : bold;
	color : White;
	text-decoration : none;
}

.resultsHeader A:visited {
	font-weight : bold;
	color : White;
	text-decoration : none;
}

.resultsOdd TD {
	background-color : #CCCC99;
	color : Black;
}
.resultsOdd A {
	color: #000063;
	font-weight : bold;
}

.resultsEven TD {
	background-color : White;
	color : Black;
}
.resultsEven A {
	color: #000063;
	font-weight : bold;
}

.Content {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.ContentW {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
}

.Header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}

.Disclaimer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;	
}

.DisclaimerGrey {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Silver;
}

.Required {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	// color : #FFCC66;
	color: Red;
}

#navigation {
	border-right : 5px solid #000063;
}

#siteAdminMsg {
	border-bottom: 5px solid #000063;
}

#AdminMsgHdr{
	border-bottom: 5px solid #000063;
}

#AdminFtrMsgRow {
	border-bottom: 5px solid #000063;
	border-top: 5px solid #000063;
}


#navMenuLeft ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	border-top: 1px solid #000063;
}

#navMenuLeft a {
	display: block;
	padding: 3px;
	width: 190px;
	// background-color: #CCCC99;
	border-bottom: 1px solid #000063;
	text-decoration: none;
}

#navMenuLeft a:hover {
	// background-color: #999933;
	background-color: #CCCC99;
}

#navMenuFtr ul {
	margin-left: 0;
	padding: 3px;
	list-style-type: none;
	display: inline;
}

#navMenuFtr ul li {
	margin-left: 0;
	padding: 3px;
	list-style-type: none;
	display: inline;
}

#navMenuFtr a {
	display: inline;
	padding: 3px;
	width: 115px;
	text-decoration: none;
}

#footerMenu ul {
	margin-left: 0;
	padding: 3px;
	list-style-type: none;
	display: inline;
}

#footerMenu ul li {
	margin-left: 0;
	padding: 3px;
	list-style-type: none;
	display: inline;
}

#footerMenu a {
	display: inline;
	padding: 3px;
	width: 150px;
	text-decoration: none;
}

.msgRow {
	color: Red;
	background-color: #999933;
}

.msgRow TD {
	color: White;
	background-color: #999933;
}

.msgRow A {
	color: #ffff00;
}