@charset "utf-8";
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body, #top {
	background:url(/templates/12/bg.gif) top repeat-x #4f4f4f;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
#top {
	height: 133px;
	width: 1000px;
	margin: 0px auto;
}
#onlineSince {
	float:right;
	margin-top: 29px;
	margin-right: 40px;
}
#topbar {
	background:url(/templates/12/top.gif) repeat-x;
	height: 37px;
	width: 956px;
	margin: 0px auto;
	padding: 8px 8px 0px;
	color: #FFF;
}
#topbar a {
	color: #FFF;
}
#main {
	background: url(/templates/12/mid.gif) center repeat-y;
}
.menu {
	border: 3px solid #75bf55;
}
.menu .bg {
	background: url(/templates/12/menuBg.gif) repeat-x top #FFFFFF;
	border-left: 3px solid #f3f3f3;
	border-right: 3px solid #f3f3f3;
	font-size: 13px;
	text-align: center;
	padding: 4px 0px;
}
#footer {
	border: 1px solid #5bb840;
	border-bottom: 0px;
	background:url(/templates/12/f.gif) repeat-x;
	height: 45px;
	width: 1000px;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
	padding-top: 2px;
}
#footer a {
	color: #FFF;
}

.content, .content a
{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.table
{
	border-collapse:collapse;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table TH
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
	font-weight: bold;
	text-align: left;
}
.table TD
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
}
.none
{
	border-collapse: separate;
}
.none TD, .none TH
{
	font-weight: none;
	border: 0px;
}