/* CSS Document */

body {
	background-color:#121212;
	margin:0;
	padding:0;
	text-align:center;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #cccccc;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

TABLE.topNav {
	background-image:url(assets/topNavBack.jpg);
	background-repeat:no-repeat;
	
}