/* CSS Document */
body         {
	font-family: Verdana, Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #000000;
	background-color : #ffffff;
	margin: 0 0 0 0;
}
.style1 {font-size: 36pt}
.style2 {font-size: 24pt}
.style6 {font-size: 12pt}
.style5 {font-size: 10pt}
.style7 {
	color: #FF0000;
	font-weight: bold;
}
.smalltxt{
	font-size:9px;
}
.blue{
	color:#003366;
}
.green{
	color:#006633;
}
/*hyperlinks bolded*/
a:active{color:#003366; font-size:12px; text-decoration:none; font-weight:bold;}
a:link{color:#003366; font-size:12px; text-decoration:none; font-weight:bold;}
a:visited{color:#003366; font-size:12px; text-decoration:none; font-weight:bold;}
a:hover{color:#003366; text-decoration:underline;}

/*hyperlinks not bolded*/
a.bod:active{color:#006633; font-size:12px; text-decoration:none; font-weight:normal;}
a.bod:link{color:#006633; font-size:12px; text-decoration:none; font-weight:normal;}
a.bod:visited{color:#006633; font-size:12px; text-decoration:none; font-weight:normal;}
a.bod:hover{color:#006633; text-decoration:underline; font-weight:normal;}

/*body hyperlinks*/
a.hype:active{color:#003366; font-size:12px; text-decoration:none; font-weight:normal;}
a.hype:link{color:#003366; font-size:12px; text-decoration:none; font-weight:normal;}
a.hype:visited{color:#003366; font-size:12px; text-decoration:none; font-weight:normal;}
a.hype:hover{color:#003366; text-decoration:underline; font-weight:normal;}

/*Government services*/
.hRed{color:#CC0000;font-size:12px; font-weight:bold;}
a.hRed:active{color:#CC0000; text-decoration:none; font-weight:normal;}
a.hRed:link{color:#CC0000; text-decoration:none; font-weight:normal;}
a.hRed:visited{color:#CC0000; text-decoration:none; font-weight:normal;}
a.hRed:hover {text-decoration: underline; color: #CC0000; font-weight:normal;} 

/*Quick links*/
.hSand{color:#B26a1e;font-size:12px; font-weight:bold;}
a.hSand:active{color:#B26a1e; text-decoration:none; font-weight:normal;}
a.hSand:link{color:#B26a1e; text-decoration:none; font-weight:normal;}
a.hSand:visited{color:#B26a1e; text-decoration:none; font-weight:normal;}
a.hSand:hover {text-decoration: underline; color: #B26a1e; font-weight:normal;} 

/*Most popular searches*/
.hOrange{color:#F76017;font-size:12px; font-weight:bold;}
a.hOrange:active{color:#F76017; text-decoration:none; font-weight:normal;}
a.hOrange:link{color:#F76017; text-decoration:none; font-weight:normal;}
a.hOrange:visited{color:#F76017; text-decoration:none; font-weight:normal;}
a.hOrange:hover {text-decoration: underline; color: #F76017; font-weight:normal;}

/*Most accessed pages*/
.hBurgundy{color:#990000;font-size:12px; font-weight:bold;}
a.hBurgundy:active{color:#990000; text-decoration:none; font-weight:normal;}
a.hBurgundy:link{color:#990000; text-decoration:none; font-weight:normal;}
a.hBurgundy:visited{color:#990000; text-decoration:none; font-weight:normal;}
a.hBurgundy:hover {text-decoration: underline; color: #990000; font-weight:normal;} 

/*light-Grey background color*/
.shade{background-color:#F1F3F3;}

/*footer*/
.footer a:active { font-size: 10px; color:#003366; text-decoration: none;}
.footer a:link { font-size: 10px; color:#003366; text-decoration: none;}
.footer a:visited { font-size: 10px; color:#003366; text-decoration: none;}
.footer a:hover { font-size: 10px; color:#003366;text-decoration: underline; }
/*.footer {position:absolute; width:70%; height:auto; margin-top:480px; margin-left:0px; text-align:center;}*/



