A.normal:link    { color: #ffff00}
A:normal:visited { color: #ffffff }
A:normal:hover   { color: #ffff00 }
A:normal:active  { color: #ffff00 }

.sub2:link    { color: #ffff00 }
.sub2:visited { color: #ffff00 }
.sub2:hover   { color: white }
.sub2:active  { color: #ffff00 }

.white:link    { color: #ffffff }
.white:visited { color: #ffffff }
.white:hover   { color: #ffff00 }
.white:active  { color: #ffffff }

a.link:link { color: blue; text-decoration: none }
a.link:active { color: red; text-decoration: none }
a.link:visited { color: blue; text-decoration: none }
a.link:hover { color: red; text-decoration: underline }

a.linkhp:link { color: #000066; text-decoration: none }
a.linkhp:active { color: #000066; text-decoration: none }
a.linkhp:visited { color: #000066; text-decoration: none }
a.linkhp:hover { color: #000066; text-decoration: underline }

a.link1:link { color: blue; text-decoration: none }
a.link1:active { color: red; text-decoration: none }
a.link1:visited { color: blue; text-decoration: none }
a.link1:hover { color: red; text-decoration: none }

.darkbluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #094fa4;
	font-weight:bold;
}
.headerbluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight:bold;
}
.headerlightbluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2682a8;
	font-weight:bold;
}
.largebluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight:normal;
}


td{font-family:Arial;font-size:12px}

.nav{color:#ffffff;font-weight:bold}
.subnav{color:#000099;font-weight:bold;font-size:10px}


.title{color:#000066;font-weight:bold}
.sub{font-weight:bold;font-style:italic}


.bold{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.center{text-align:center}
}
.whitetext{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

li{list-style-type:square;color:black}

.tabletop {background-color: #000000; color: #FFFFFF;}
.table1 {background-color: #E6E6E6}
.table2 {background-color: #EEEEEE}
