body {
	background-color: #F2F2F2;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#gw {
	background-color: #900000;
	color: #FFFFFF;
	a: #FFFFFF;
	a:hover: #FFDB00;
	font-family: sans-serif;
	font-size: 12px;
}


/* Hyper Links */
a { color: #FFFFFF; }
a:hover { color: #FFDB00; }

.table_top_title a { color: #FFFFFF; }
.table_top_title a:hover {color: #FFDB00; }
.table_title_desc a { color: #000000; }
.table_title_desc a:hover {color: #FFDB00; }


/* Top Ranking Style */
.table_top_title {
	background: #012DD2 url('title.gif') repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center
}

/* Ranking Style */
.table_title {
	background: #F2F2F2 url('images/bg1.gif');
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center
}
.table_title_desc {
         background: #F2F2F2;
         font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left
}
.table_rank {
	background-color: #DCDCDC;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%;
	background-color: #DCDCDC;
}

.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #012DD2 url('title.gif') repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center
}
.stats_left {
	background-color: #DCDCDC;
	color: #000000;
}
.stats1 {
	background-color: #DCDCDC;
         color: #000000;
         text-align: center;
}
.stats2 {
	background-color: #FFFFFF;
         color: #000000;
         text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #000000;
}
.mediumbg {
	background: #4a4a4a url('title.gif') repeat-x;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px
}
.lightbg {
	color: #000000;
	background-color: #FFFFFF;
}
.lightbgalt {
	color: #000;

}


/* No Borders Images */
img { border: 0px none; }

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }