BODY
{
	background-color:	black transparent;
	color:			white;
	font-family:		verdana;
	font-size:		12px;
}

A:link 
{
	color:			#999999; 
	text-decoration:	none; 
}

A:visited
{
	color:			#999999; 
	text-decoration:	none; 
}

UL
{
	margin-top:		0px;
	margin-bottom:		0px;
	margin-left:		25px;
}

.maintable
{
	background-color:	black transparent;
	border:			1x solid;
	border-color:		black;
	color:			gray;
	font-family:		verdana;
	font-size:		11px;
}

.menu
{
	filter:			alpha(opacity=80);
	background-color:	Black;
	color:			white;
	border:			1x solid;
	border-color:		grey;
	font-family:		verdana;
	font-size:		11px;
	font-weight:		regular;
	cursor:			hand;
}

.menuselected
{
	color:			#999999;
}

.submenu
{
	display:		none;
	filter:			alpha(opacity=60);
	background-color:	silver transparent;
	color:			white;
	font-family:		verdana;
	font-size:		11px;
	padding:		2px;
	width:			100%;
}

.bottomtable
{
	filter:			alpha(opacity=80);
	background-color:	silver;
	color:			white;
	font-family:		verdana;
	font-size:		11px;
	padding:		5px;
	width:			100%;
}

.tdStyleDark
{
	color:			white;
	font-family:		verdana;
	font-size:		11px;
}

.tdStyle
{
	color:			white;
	font-family:		verdana;
	font-size:		11px;
}