@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}
#IntroTable {
	text-align: center;
	vertical-align: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 15px;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	display: block;
}
.IntroServList h1 {
	text-align: center;
	background-color: #353535;
	padding: 5px;
}
.IntroServList {
	border: 1px solid #999999;
	vertical-align: top;
	text-align: left;
	background-color: #161616;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#FooterCell {
	text-align: center;
	vertical-align: middle;
}
a:hover {
	color: #FCBA04;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#Container {
	width: 760px;
	background-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Navigation {
	width: 100%;
}
#Content {
	text-align: left;
	vertical-align: top;
}
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;

}
#Footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
}
