body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}
h1 {
	font-size: 18px;
	color: #fe6601;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
a {
	font-size: 14px;
	color: #fe6601;
	font-weight: bold;
}
a:hover {
	color: #fe6601;
	text-decoration: none;
}
img {
    border: 0;
}
#wrapper {
    width: 992px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
#content {
	clear: both;
	padding-left: 0px;
	padding-right: 0px;
}
#copyright {
	color: #ffffff;
	margin: 0px;
	background-color: #989933;
	width: 100%;
	text-align: center;
	
}
#copyright a {
    color: #ffffff;
	text-decoration: none;
}
#copyright a:hover {
    color: #ffffff;
    text-decoration: none;
}
.table_border {
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1px;
}
.table_borderz {
	border: 0px;
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 7px;
	margin-bottom: 10px;
	padding: 1px;
	clear: both;
}
.table_banner {
	border: 0px;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 11px;
	margin-bottom: 10px;
	padding: 1px;
	clear: both;
}
.stats_top {
	background-color: #fe6601;
    color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left {
	padding-left: 10px;
    color: #000000;
    background-color: rgb(255, 251, 0);
}
.stats1 {
    color: #000000;
	background-color: rgb(255, 251, 0);
	text-align: center;
}
.stats2 {
    color: #000000;
	background-color: #ffffff;
	text-align: center;
}
.toplist {
    float: left;
	display: inline;
	width: 467px;
	height: 155px;
	background-color: #989933;
	border: 0px;
	text-align: left;
	margin: 0px 0px 10px 10px;
	padding: 5px;
}
.toplist img {
	border: 0px;
	margin: 0px;
}
.toplist a.img {
    position: absolute;
	border: 2px solid rgb(255, 251, 0);
	margin-left: 262px;
	width: 200px;
	height: 150px;
	text-align: center;
}
.toplist a.img:hover {
    border: 2px solid #fe6601;
}
.title {
	width: 257px;
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
}
.title a {
    font-size: 16px;
	font-weight: bold;
	color: rgb(255, 251, 0);
}
.title a:hover {
	color: #ffffff;
}
.desc {
	width: 251px;
    height: 94px;
	background-color: #ffffff;
	border: 0px;
	overflow: hidden;
	font-size: 12px;
    color: #000000;
	padding: 3px;
}
.data {
	width: 251px;
	height: 18px;
    background-color: #ffffff;
	border: 0px;
	overflow: hidden;
    color: #000000;
	font-size: 12px;
	padding: 3px;
}
.table_title {
	background-color: #989933;
	color: #ffffff;
    font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_desc{
    width: 100%;
}
.table_score{
    width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.table_rank {
	background-color: #989933;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	color: #ffffff;
}
.table_stats {
	padding: 5px;
	text-align: center;
}
.menu {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
a.menu {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
a.menu:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.rules {
	text-align: left;
	font-weight: normal;
    color: #000000;
}
.rules p {
	text-align: center;
}
legend {
	font-size: 14px;
	font-weight: bold;
    color: #000000;
}
textarea, input {
	font-size: 12px;
    font-family: verdana;
    border: 1px silver solid;
}
input {
	height: 20px;
}
.link_form {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.link a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.help {
    color: #f00;
	font-weight: bold;
	text-decoration: none;
}
a.help:hover {
    color: #333;
}
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}
.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}