@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
body {
	background-color: #000000;
	background-image: url(../images/BackgroundTile.png);
	background-repeat: repeat-x;
}
#apNav {
	position:absolute;
	width:571px;
	height:31px;
	z-index:10;
	left: 41px;
	top: 20px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #666666;
}
