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

.Bold {
	font-weight:bold;
}

td a {
	color:#CCCCCC;
	text-decoration:none;
}
td a:hover {
	color:#ff9900;
}
input {
	font-size:10px;
}
.errorMsg {
	color:#FFcc00;
}
#login {
	margin-top:100px;
	margin-right:18px;
	font-size:9px;
	font-weight:bold;
	text-align:right;
	text-decoration: none; 
}

#login a:hover {
	color: #ff0000; 
	text-decoration: none; 
}
.pagetitle {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin-left:0px;
}
.tableFields {
	border-bottom: 1px solid #7F8A81;
}
.tableColHeaders {
	border-top: 1px solid #7F8A81;
	border-bottom: 1px solid #7F8A81;
}
/* Vertical Menu */
#divVert {
	font-size:10px;
	width: 110px;
	padding: 5px;
	margin-top:15px;
}
#ulVert {
	font-size:10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ulVert a {
	color:#ffffff;
	font-weight:bold;
	padding: 4px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	display: block;
	width: 110px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
}
#ulVert a.current {
	background-color: #ffff99;
}
#ulVert a:link, 
#ulVert a:visited, 
#ulVert a:active 
{
	color: #ffffff;
}
#ulVert a:hover {
	background-color: #a30000;
}
#ulVert .current a:link {
	background-color: #ffff99;
}
#mainContent {
	margin-left:20px;
	margin-right:29px;
	margin-top:20px;
	font-size:12px;
	width:730px;
}
#mainContent a {
	color:#FFCC00;
}
#mainContent a:hover {
	color:#ff9900;
}
