@charset "UTF-8";
table {
	height: auto;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #666666;
}
body,td,th {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #999999;
}
#apDiv1 {
	left:160px;
	top:35px;
	width:800px;
	z-index:1;
	margin: auto;
	position: absolute;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}

