BODY {
	color: #999999;
	background-color: #28272C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

A {
	color: #666666;
	text-decoration: none;
}

A:HOVER {
	color: #006600;
	text-decoration: none;
}

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #003366;
}

#tablist li a:link, #tablist li a:visited{
color: #F3F3F3;
}

#tablist li a:hover{
color: #000000;
background: #006699;
border-color: #227;
}

#tablist li a.current{
background: #003399;
}

.maintable
{
	width: 735px;
	border: 3px double #006600;
	
}

.tdlabel
{
	width: 735px;
	text-align: left;
	font-size: x-small;
	padding: 2px;
	border: 1px solid #006600;
}
.tdfield
{
	width: 120px;
	text-align: center;
	font-size: xx-small;
}