body{
	font-family : Arial;
	font-size : 93%;
	color : #FFFFFF;
	background-color : #000066;
}

tr{
	font-family : Arial;
	font-size : 93%;
	color : #FFFFFF;
	}
	
	td { 
	font-family : Arial;
	font-size : 90%;
	color : #FFFFFF;
 } 
 
 p { 
	font-family : Arial;
	font-size:93%;
	color : #FFFFFF;
 } 
 
a:active{
	color : #FFFF00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 93%;
	text-decoration : none;
	}

a:hover{
	color : Red;
	}


a { 
	color : #FFFF00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 93%;
	text-decoration : none;
 } 
a:link { 
	color : #FFFF00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 93%;
	text-decoration : none;
 } 
 
h1 {  font-family: Arial, Helvetica, sans-serif; font-size:18px}

h2 {  font-size: small}

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;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}



