body {
	background: #333333;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
} 
td {
	vertical-align: top;
}
a, a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
#maintable {
	width: 100%;
	background: #8e2826;
}
.topbar {
	background: #666666;
	
}
.menu {
	background: #336633;
	width: 175px;
}
.text {
	scrollbar-face-color:#8e2826;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#800000;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-Color:#000000;
	height: 240px;
	overflow: auto;
}
.content {
	padding: 10px 10px 5px 15px;
}
.footer {
	text-align: right;
	padding: 10px 20px;
	background: #333333;
}
.footer a{
	text-decoration: none;
}
img.gallery {
	border:0;
	float:left;
	padding:1px;
}
