BODY {
	font-family : Verdana;
	font-size : 10pt;
	scrollbar-arrow-color:#5075B4;
	scrollbar-base-color:#05427F;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-Face-Color:#DFE6EF;
	scrollbar-highlight-color:#DFE6EF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-3dlight-color:#999999;

}

a:link {
	color : #000177;
	text-decoration : none;
}

a:visited {
	color : #000177;
	text-decoration : none;
}

a:hover {
	color : #8B0000;
	text-decoration : underline;
}


TABLE#menu 
{
	background-color : transparent;
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	text-align : center;
	border-collapse: collapse; 
	border-width: 0
	
}
TD#over
{
	background-color : #05427F;
	cursor : hand;
	color : White;
	border: 1px solid #0D0087;
}
TD#out
{
	background-color : #BDEFFF;
	cursor : hand;
	color : #05427F;
	border: 1px solid #0D0087;
}

TD#active 
{
	background-color : #0D0087;
	cursor : hand;
	color : White;
	border : 3px solid #0066CC;
}