BODY
{ 
	background-color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	font: 12px Tahoma;
	color: #000000;
}

A:link {color: #486A9F; text-decoration: none; cursor: crosshair}
A:visited {color: #486A9F; text-decoration: none; cursor: crosshair}
A:active {color: #486A9F; text-decoration: none; cursor: crosshair}
A:hover {color: #486A9F; text-decoration: underline; cursor: crosshair}
TABLE{	font-size: 12px;}

HR
{
	border: none 0;
	border-top: 1px dotted #000000;
	width: 80%;
	height: 1px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ 
background-color: #486A9F;
color: white
}