@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #02ca02;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #02ca02;
}
a:hover {
	color: #707070;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #02ca02;
}
h1 {
	font-size: 24px;
	margin: 0px;
}
h2 {
	font-size: 18px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	margin: 0px;
}
p {
	margin: 0px;
}

img   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#outer {
	background-color: #FFFFFF;
	padding: 0px;
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	position: relative;
}
#top_banner {
	background-color: #FFFFFF;
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	border: 2px solid #ECECEC;
}
#top_banner #logo {
	float: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#top_banner #leaderboard {
	margin: 0px;
	padding: 0px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
#main_content {
	position: absolute;
	left: 0px;
	top: 106px;
	width: 670px;
	height: 700px;
	padding: 10px;
	margin: 0px;
	z-index: 0;
	border: 2px solid #ECECEC;
	overflow: hidden;
}
#right_ads {
	position: absolute;
	left: 706px;
	top: 106px;
	width: 274px;
	height: 700px;
	padding: 10px;
	margin: 0px;
	z-index: 0;
	border: 2px solid #ECECEC;
	overflow: hidden;
}
#footer {
	background-color: #FFFFFF;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 836px;
	left: 5px;
}
.style1 {color: #FFFFFF}
