body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	color: #000000;
	margin: 0px;


}

/* Link Styles */
.main a:link {
	color: #000000;
	text-decoration: underline;
}

.main a:visited {
	color: #000000;
	text-decoration: underline;
}

.main a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.main a:active {
	color: #FF0000;
	text-decoration: underline;
}

.main p {
	font-size: 80%;
	color: #000000;
}

.main li {
	font-size: 80%;
	color: #000000;
	line-height: 18px;
}

.main td {
	font-size: 80%;
	color: #000000;
}

.navlinks p {
	font-size: 80%;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
}

.navlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navlinks a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.navlinks a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.navlinks a:active {
	color: #FF0000;
	text-decoration: none;
}


.topnav a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	background: #444444;
}

.topnav td {
	border-right: 2px solid #666666;
	white-space: nowrap;
}

.topnav {
font-size: 60%;
}

.topnav a div {
	padding: 2px 0px 4px 11px;
}

.topnav a:link {
color: #FFFFFF;
	background: url("../images/topnav_top.gif") no-repeat left top;
}

.topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: url("../images/topnav_top.gif") no-repeat top left;
}

.topnav a:hover {
	color: #000000;
	background: #FFFF00 url("../images/topnav_hover.gif") no-repeat left top;
}
.topnav td {
	border-right: 2px solid #666666;
	white-space: nowrap;
	background: url("../images/topnav_hover.gif") no-repeat top left;
}
