body {  background-color: #000000}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
.title {  font-size: 18px; font-weight: 900; color: #993300}
a {
	color: #CC6600;
	text-decoration: none;
}
a:hover {  color: #666666; text-decoration: underline}
.whitetext {  color: #FFFFFF}
.footer {
	background-color: #666666;
	color: FFCC00;
}
.footergrey { color: #666666}
.BackToTop {  font-weight: bold; color: #000000}
.required {  font-weight: bolder; color: #FAB005}
.utlity {
	background-color: #FFD358;
}
.footerLink {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:hover {

	text-transform: uppercase;
	color: #FFCC00;
	text-decoration: none;
}
.copyrightLink {
	text-transform: uppercase;
	color: CCCCCC;
	text-decoration: none;
}
a.copyrightLink:hover {


	text-transform: uppercase;
	color: #FFCC00;
	text-decoration: none;
}
.copyrightText {
	color: 999999;
}
.tesxtHome {
	font-size: 14px;
}
.whatsnewTitle {
	font-size: 24px;
	font-weight: bolder;
	color: B15411;
}
.bodyBackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.subtitle {
	font-size: 14px;
	font-weight: bolder;
	color: #993300;
}

#manage-tabs {
	width: 100%;
	margin-top: 12px;
}
#manage-tabs .tab {
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #AEAEAE;
	border-right-color: #AEAEAE;
	border-width: 1px;
	border-style: solid;
	margin-right: 12px;
	float: left;
	padding: 2px 8px;
	font-weight: bold;
	text-decoration: none;
}
#manage-tabs .tab:hover {
	text-decoration: underline;
}
#manage-tabs .selected {
	background-color: #AEAEAE;
	border: 1px solid #AEAEAE;
	margin-right: 12px;
	float: left;
	padding: 2px 8px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#manage-bar .selected:link {
	color: #FFFFFF;
	text-decoration: none;
}
#manage-bar .selected:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#manage-bar .selected:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#manage-bar {
	background-color: #5C4033;
	padding: 3px 4px 5px 4px;
	margin-bottom: 6px;
	clear: both;
}

.manage-button{
	height: 20px;
	background-color: #C8152C;
	border-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #ffffff;
	margin-top: 1.5px;
	cursor: pointer;	
}
