@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #ffffff;
}
body {
	font-family: 'Lucida Grande', "Verdana";
	color: #777;
	font-size: 12px;
	background-color: #292927;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

footer {
	font-family: 'Lucida Grande', "Verdana";
	color: #fff;
	font-size: 9px;
}

a {
	color: #666;
}
a:hover {
	color: #fff;
}


p {
	margin-top: 3px;
	margin-bottom: 3px;
	clear:both;	
}

a img.thumbnail {
	border: 1px solid #ffffff;
	padding: 2px;
	margin: 4px;
}

a:hover img.thumbnail {
	background-color: #ffffff;
}

span.nav_selected {
	position: absolute;
	display: block;
	width: 10px;
	height: 9px;
	background: transparent url('/pics/nav-highlight.png') 0px 0px no-repeat;
	background-position: 0px -68px;
}