A:HOVER {
	color : red;
	text-decoration: underline;
}
A {
	color : navy;
	text-decoration: none;
}
.black_bg {
	background-color: #000000;
}
.whitebg_blackborder {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.font10pt_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.font8pt_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.navybg {
	background-color: #02014E;
}
.font {

	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.font10pt {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.font10pt_red {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
}

.lightbluebg {


	background-color: #B0BFDB;
}
.bluedashed_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030164;
}
.bluedashed_overunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030164;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #030164;
}
