@charset "utf-8";
#MainContainer {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #333333;
	border: 1px solid #CCCCCC;
	padding-top: 18px;
	padding-bottom: 10px;
}
Body {
	background-color: #000000;
}
.Announce  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.Announce  .Highlight  {
	font-weight: bold;
	color: #FFCC00;
}
.Listing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	line-height: 18px;
}
.Listing #Separator {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 260px;
}
.Listing .StNm {
	font-weight: bold;
	color: #FFCC00;
}
.Listing  a  {
	color: #CCFF66;
	padding: 2px;
}
.Listing a:visited {
	color: #CCFF66;
}

.Listing  a:hover  {
	color: #333333;
	background-color: #CCFF66;
}
.TopHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 30px;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

