@charset "utf-8";
div, body, p, h1, h2, h3, h4, h5, h6, ul, td, tr {
	padding: 0px;
	margin: 0px;
}
.Red {
	color:#FF0000;
}
.Green {
	color:#33FF33;
}
.Gold {
	color:#A18B2C;
}
.Blue {
	color:#0066FF;
}
.Silver {
	color:#999999;
}
.Yellow {
	color:#FFCC00
}
body {
	background-color:#000000
}
#divWrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	height: auto;
}
#divHeader {
	height: auto;
}
#divBody {
	height: auto;
	width: 800px;
	float: left;
}
#divFooter {
	width: 800px;
	height: auto;
	font-size: small;
	text-align: center;
	margin-bottom: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #00CC99;
	float: left;
	padding-top: 10px;
}

#Section1of2Col {
	float: left;
	height: auto;
	width: 155px;
	margin-top: 15px;
}
#Section2of2Col {
	float: left;
	height: auto;
	width: 613px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 17px;
}
#Subsection1of2 {
	float: left;
	height: auto;
	width: 295px;
	padding-right: 8px;
	margin-top: 15px;
}
#Subsection2of2 {
	float: left;
	height: auto;
	width: 292px;
	padding-left: 18px;
	margin-top: 15px;
}
blockquote {
	text-indent: -10px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
