body{
	font-family : Arial;
	color : #000000;
	background-color : #000066;
	font-size:100%;
}

a:active{
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	}

a:hover{
	color : Red;
	}

a { 
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
 } 
a:link { 
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
 } 

td { 
	font-family : Arial;
	font-size : 82%;
	color : #000000;
 } 
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: large}
h2 {  font-size: small}

.topleft {
font-size:110%;
color:#FFFFFF;
font-weight:bold;
background-image:url(images/bluetop.jpg);
}
.toplower {
font-size:90%;
color:#FFFFFF;
font-weight:bold;
background-image:url(images/bluetop.jpg);
}
.middle {
font-size:100%;
color:#FFFFFF;
}
a#dhtmltooltip{
color:#FF0000;
}
a#dhtmltooltip:link{
color:#333333;
}

a.tip
{
color:black;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
color:black;
z-index: 100;
font-size: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);
}

.blue{
background-color:#2B50B8;
color:#FFFFFF;
}
