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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A0A0A0;
}
a:link {
	color: #DC9000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #DC9000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #DC9000;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	margin: 0px;
}
h2 {
	font-size: 18px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	margin: 0px;
}
input {
	margin: 0px;
	padding: 1px;
}
div {
}

h4 {
	font-size: 14px;
	margin: 0px;
}
p {
	margin: 0px;
}

#outer {
	background-color: #FFFFFF;
	padding: 0px;
	width: 1040px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	position: relative;
}
#top_banner {
	background-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
	height: 90px;
	left: 0px;
	top: 0px;
}
#top_banner #logo {
	float: left;
	position: absolute;
	height: 90px;
	left: 0px;
	top: 0px;
}
#top_banner #leaderboard {
	margin: 0px;
	padding: 0px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#left_banner {
	float: left;
	position: absolute;
	left: 0px;
	top: 103px;
	width: 190px;
	overflow: hidden;
	padding: 10px;
}

#right_banner {
	position: absolute;
	top: 103px;
	right: 0px;
	width: 190px;
	overflow: hidden;
	padding: 10px;
}

#main_content {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 600px;
}

#main_content #footer {
	text-align: center;
}
#main_content form {
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color: #FFFFFF;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
}
.style1 {color: #FFFFFF}
