body
{
	margin:0;
    padding:0;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}

/* Page Element Fonts */
.OTitle
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #0099cc;
}
.OSubtitle
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #333333;
}
.OLargeText
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
}
.OBody
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
.OFooter
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}

a.OFooter, a.OFooter:link, a.OFooter:visited, a.OFooter:active, a.OFooter:focus
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a.OFooter:hover
{	
    border-bottom: 1px orange  solid;
}


a.BodyLink, a.BodyLink:link, a.BodyLink:visited, a.BodyLink:active, a.BodyLink:focus
{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #7AA2C0;
	text-decoration: none;
}

a.BodyLink:hover
{	
    border-bottom: 1px orange  solid;
}


.OWarning
{
	color: Red;
}

/* Top Navigation Style */
a.topNav, a.topNav:link, a.topNav:visited, a.topNav:active, a.topNav:focus
{
     
    text-decoration:none; 
    font-family:Arial, Helvetica, sans-serif, Verdana; 
    font-size: 18px; 
    font-weight:bold; 
    color:#0099cc;
}

a.topNav:hover
{
	color: orange;
    /*border-bottom: 4px #7AA2C0  solid;*/
}


/* Home Navigation Style */
a.topNavHome, a.topNavHome:link, a.topNavHome:visited, a.topNavHome:active, a.topNavHome:focus
{
	
    text-decoration:none; 
    font-family:Arial, Helvetica, sans-serif, Verdana; 
    font-size: 16px; 
    font-weight:bold; 
    color:white;
}

a.topNavHome:hover
{
	color: orange;
    /*border-bottom: 4px #7AA2C0  solid;*/
}




/* Top Navigation Style */
.solidblockmenu
{	
	margin: 0 6px 0 6px;
	_margin: 0 6px 0 3px;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 1012px;
	border: 1px solid white;
	border-width: 1px 0;
	background: #002a76;
}

.solidblockmenu li
{
	display: inline;
}

.solidblockmenu li a
{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 0px solid white;
}

.solidblockmenu li a:visited
{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current
{
	color: white;
	background: #2f62aa;
}