/* CSS Document */
<style type="text/css">

a:hover{color:#FFFFFF; text-decoration:underline; }
a:link,a:visited{color:#FFFFFF; text-decoration:underline}
body,table,td,th,p,div,input {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
p{margin: 5px}
.bigboldwhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.medboldwhite {color: #FFFFFF; font-weight: bold; font-size: 12px; }
.normal {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.small {font-size: 10px}
a.bottom {
	font-size: 14px;
	color: #02438c;
	text-decoration: underline;
}

.bigbolditalicwhite {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.white {color: #FFFFFF}
.boldyellow {
	color: #ffdd00;
	font-weight: bold;
}
.bigbolditalicyellow {
	color: #01347f;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.boldblue {
	color: #02438c;
	font-weight: bold;
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.bolditalicblue {
	color: #02438c;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}
a.menu:link {
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000066;
}
a.menu:active { 
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: underline;
}
a.menu:visited { 
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: underline;
}
a.menu:hover {
	text-decoration: underline;
	COLOR: #FFFFFF;
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color: #1B3C82;
}
a.bottom:link {
	font-size: 14px;
	color: #02438c;
	text-decoration: underline;
}
a.bottom:active {
	font-size: 14px;
	color: #02438c;
	text-decoration: underline;
}
a.bottom:visited {
	font-size: 14px;
	color: #02438c;
	text-decoration: underline;
}
a.bottom:hover {
	font-size: 14px;
	color: #02438c;
	text-decoration: none;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;
}
</style>

