body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #333333;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 18px;
}
#Logo {
	background-color: #666666;
	text-align: center;
	white-space: normal;
	height: 50px;
	width: 250px;
	z-index: 1;
	top: 10px;
	left: 5px;
	position: absolute;
}
#pagedesc {
	background-color: #666666;
	text-align: center;
	height: 50px;
	width: 600px;
	position: absolute;
	top: 10px;
	left: 255px;
	vertical-align: middle;
	white-space: normal;
}

#Backdrop {
	background-color: #000000;
	height: 550px;
	width: 835px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 95px;
	padding: 10px;
}
