body{
	background-color : #000066;
}
	
	td { 
	font-family : Arial;
	font-size : x-small;
	color : #000000;
	background-color : #ffffff;
 } 
 
 p { 
	font-family : Arial;
	font-size : x-small;
	color:#000000;
 } 

.small-text{
	font-family : Arial;
	font-size : xx-small;
	color:#000000;
}

.highlight{
color:#FF0000;
}

.black-table{
background-color:#000000;
color:#FFFFFF;
}

.blue{
background-color:#2B50B8;
color:#FFFFFF;
}

a:active{
	color:#000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
	}

a:hover{
	color : Red;
	}

a { 
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
 } 
a:link { 
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
 }  
h1 {  font-family: Arial, Helvetica, sans-serif; font-size:16px;
color:#FFFFFF;}

h2 {  font-family: Arial, Helvetica, sans-serif; font-size:12px;
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;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
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);
}



