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

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

body, th, td {
	font-family:Verdana, Geneva, sans-serif, Geneva, sans-serif;
	font-size:8pt;
	color:#FFF;
}

#topNav a {
	color:#000;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	}

#topNav a:hover {
	color:#fff;
}

#bottom a {
	color:#fff;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	}

#bottom a:hover {
	color:#F90;
}

#catLinks a{
	color:#FFF;
	font-size:10pt;
	text-decoration:none;
	display:block;
	padding:5px 0 5px 0;
	text-align:center;
	font-weight:bold;
	border-bottom:#FFF 1px dotted;
}

#catLinks a:hover{
	color:#0CC;
}
