@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/AD_BG.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
	margin: 0px;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.TableHeader {
	font-weight:bold;
	color:#333333;
}.BodyTextHL {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	font-size: 14px;
}
.Highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	font-weight: bolder;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	font-weight: normal;
}
.nav a:link {
	color: #666666;
	text-decoration: none;
}
.nav a:hover {
	color: #3366FF;
}
.nav a:visited {
	color: #3366FF;
	text-decoration: none;
}
.copyright {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.BodyTextHeaderBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #31b9ff;
}
