@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0 none;
}
.tdspacer {
	width:20px;
}

.topnav {
	float: right;
	font-size: 9px;
}
.sec-title {
	padding: 10px 0;
}
.sec-title img {
	vertical-align: middle;
	padding-right: 10px;
}
.thumbs img {
	padding-bottom: 2px;
}
.linklist {
	line-height: 2em;
	margin-bottom: 10px;
}
.footer {
	margin: 40px 0 20px 0;
	font-size: 8px;
	color: #333;
}
.footer a {
	color: inherit;
}
