<style type="text/css">
A {
	COLOR: #00008B; 
	text-decoration: none;
}
.normal {
	font-family: Verdana, Helvetica;
	font-size: smaller;
}
.bold {
	font-family: Verdana, Helvetica;
	font-size: smaller;
	font-weight: bold;
}
.small {	
	font-family: Verdana, Helvetica;
	font-size: xx-small;
}
.smallbold {	
	font-family: Verdana, Helvetica;
	font-size: xx-small;
	font-weight: bold;
}
.smallgreen {	
	font-family: Verdana, Helvetica;
	font-size: xx-small;
	font-weight: bold;
	color: DarkGreen;
}
.smallred {	
	font-family: Verdana, Helvetica;
	font-size: xx-small;
	font-weight: bold;
	color: IndianRed;
}
.smallnormal {	
	font-family: Verdana, Helvetica;
	font-size: xx-small;
	font-weight: normal;
}
.smallgrey {	
	font-family: Verdana, Helvetica;
	color: DarkGray;
	font-size: xx-small;
	font-weight: bold;
}
.smallgreen {	
	font-family: Verdana, Helvetica;
	color: DarkGreen;
	font-size: xx-small;
	font-weight: bold;
}
.bigbold {
	font-family: Verdana, Helvetica;
	font-size: small;
	font-weight: bold;
	color: DarkBlue;
}
.largebold {
	font-family: Verdana, Helvetica;
	font-size: large;
	font-weight: bold;
	color: Firebrick;
}
.darkgreen {
	font-family: Verdana, Helvetica;
	font-size: smaller;
	color: #006400;
	font-weight: bold;
}
.darkgrey {
	font-family: Verdana, Helvetica;
	font-size: smaller;
	color: DarkGray;
	font-weight: bold;
}
.smalldarkgreen {
	font-family: Verdana, Helvetica;
	font-size: small;
	color: #006400;
	font-weight: bold;
}
.smalldarkgrey {
	font-family: Verdana, Helvetica;
	font-size: small;
	color: DarkGray;
	font-weight: bold;
}
.darkblue {
	font-family: Verdana, Helvetica;
	color: #00008B;
	font-weight: bold;
}
.menublack {
	font-family: Verdana, Helvetica;
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: bold;
}
.menublue {
	font-family: Verdana, Helvetica;
	font-size: xx-small;
	color: DarkBlue;
	font-weight: bold;
}
.menured {
	font-family: Verdana, Helvetica;
	font-size: xx-small;
	color: DarkRed;
	font-weight: bold;
}
.hidden {
	font-family: Verdana, Helvetica;
	color: #F8F8BB;
	font-size: xx-small;
}
.table {
	color: "Black"
    bgcolor: "LemonChiffon"
}
#webNav{
	float: left;
	width:170px;
	padding: 0px;
	background-color: #CCEEEE;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana, sans-serif;
	font-weight: bold;
}
#pageNav{
	float: left;
	width:170px;
	padding: 0px;
	background-color: #EFEFFF;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	font: small Verdana, sans-serif;
	font-weight: normal;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 2px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	font-family:Verdana, Helvetica;
	color: #5A0000;
	font-size:11px;

	font-weight: normal;
	padding: 3px 0px 3px 10px;
}
#sectionLinks a:hover{
	border-top: 2px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	background-color: gold;
	background-image: none;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size:11px;
}
</style>