body {
	background-color: #FFF;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

img { border: 0; }

.table_top_stats {
	background-color: #DCDCDC;
	padding: 2px;
}

.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #605F60;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #DCDCDC; }
.stats1 {
	background-color: #DCDCDC;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

.table_border {
	border: 1px solid #000000;
	margin-bottom: 10px;
	padding: 1px;
}

a {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a:hover { color: #023375; }

.menu {
	background-color: #DCDCDC;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}