body {
	background-color: #CC6600;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.boldbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002aa8;
	font-weight: bold;
}
.normalbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002AA8;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002AA8;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002AA8;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.largelinka {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #002AA8;
}
.largelinka:visited {
	color: #002AA8;
}
.largelinka:hover {
	color: #CC6600
}
.largelinka:active {
	color: #CC6600
}
.footera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none
}
.footera:visited {
	color: #FFFFFF;
}
.footera:hover {
	color: #CC6600;
}
.footera:active {
	color: #CC6600;
}
#dhtmltooltip{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 13px;
color: #002AA8;
position: absolute;
width: 150px;
border: 1px solid #CC6600;
padding: 10px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}