BODY
{
	background-color:	black;
	color:			gray;
	font-family:		verdana;
	font-size:		10px;
}

A:link 
{
	color:			black; 
	text-decoration:	underline; 
}

A:visited
{
	color:			black; 
	text-decoration:	underline; 
}

UL
{
	margin-top:		0px;
	margin-bottom:		0px;
	margin-left:		25px;
}

.maintable
{
	background-color:	gray;
	border:			1 gray solid;
	color:			gray;
	font-family:		verdana;
	font-size:		10px;
}

.menu
{
	filter:			alpha(opacity=80);
	background-color:	silver;
	color:			black;
	font-family:		verdana;
	font-size:		10px;
	font-weight:		bold;
	cursor:			hand;
}

.menuselected
{
	color:			gray;
}

.submenu
{
	display:		none;
	filter:			alpha(opacity=60);
	background-color:	lightgrey;
	color:			black;
	font-family:		verdana;
	font-size:		10px;
	padding:		10px;
	width:			200px;
}

.bottomtable
{
	filter:			alpha(opacity=80);
	background-color:	silver;
	color:			black;
	font-family:		verdana;
	font-size:		10px;
	padding:		5px;
	width:			100%;
}

.searchtext
{
	border:			1px gray solid;
	color:			black;
	font-family:		verdana;
	font-size:		10px;
	height:			17px;
}

.searchbutton
{
	background-color:	gray;
	border:			1px gray solid;
	color:			lightgrey;
	font-family:		verdana;
	font-size:		10px;
	height:			17px;
	cursor:			hand;
}

.tdStyleDark
{
	color:			white;
	font-family:		verdana;
	font-size:		10px;
}

.tdStyle
{
	color:			silver;
	font-family:		verdana;
	font-size:		10px;
}
