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

body {
	background:#3F3F3F;
	font-family: Lucida Grande, Lucida Sans Unicode, Trebuchet MS;
	font-size: 10px;
	color: #CCCCCC;
	margin: 0;
}

.header {
	padding-bottom: 5px;
}
	
.footer {
	margin-top: 5px;
	height: 25px;
	font-size: 10px;
	color: #CCCCCC;
	vertical-align: bottom;
}

.mainBody {
	width: 850px;
	background-color: #303030;
}
	
A:link {
	text-decoration: none;
	color: #FC6;
}

A:visited {
	text-decoration: none;
	color: #FC6;
}

A:active {
	text-decoration: none;
	color: #FC6;
}

A:hover {
	color: #FC6;
	text-decoration: underline;
}

.caption {
	font-size: 9px;
	padding: 2px;
}


.highlight {
	color: #FFF;
	font-weight: bold;
}
