html, body {
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	background-color:#000000;
	color:#000000;
}

td {
	font-size:11px;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height:16px;
	color: #99CCFF;
	text-align:right;
	
}

.topnav a:link, .topnav a:visited {
	color: #99CCFF;
	text-decoration: none;
}
.topnav a:hover, .topnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.menutext a:link, .menutext a:visited {
	text-decoration: none;
}
.menutext a:hover, .menutext a:active {
	text-decoration: underline;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height:16px;
	margin-left:19px;
}
.specialbg {
	background-image: url(../images/trans_vline.gif);
}

.formfield {
	background-color: #FFFFFF;
	width: 100px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#subnav
{
	text-align: right;
	padding-right: 25px;
	padding-top: 20px;
}

#subnav ul
{
	list-style: none;
}

#subnav a
{
	color: #666633;
	font-size: 11px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#subnav a:hover 
{
	color: #6699cc;
}

a:link, a:visited {
	color: #666600;
}
a:hover, a:active {
	color: #666600;
}
.menutext {
	color: #666600;
}
.specialbg {
	background-color:#666600;
}

#content
{
	padding-right: 30px;
}

#content h2
{
	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
