body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}
body {
	background-color: #000000;
	position: relative;
}


a:link {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #66CC66;
	text-decoration:none;
}
a:active {
	color: #FFFF99;
	text-decoration:none;
}



.h1 {
color:#999999;
}

.h2 {
	font-size: 14px;
}
.h3 {
	font-size: 10px;
}





table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.aptable {
	padding: 0px;
	height: 760px;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 2%;
	left: 10%;
	background-image: url(images/OpaqueBG.png);
	background-repeat: no-repeat;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	
	
	
	.aptablesmall {
	padding: 0px;
	height: 500px;
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 2%;
	left: 10%;
	background-image: url(images/OpaqueBG.png);
	background-repeat: no-repeat;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

