html {
	margin: 0px;
}

a:link, a:visited {
	color: #759F4E;
}

a:hover {
	color: gray;
	background-color: #F8F8F8;
}

body {
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: gray;
	margin: 0px;
	padding: 0px;
}

.normal {
	font-size: 12px;
	font-weight: normal;
	color: gray;
}

td {
	font-size: 12px;
}

th {
	font-size: 13px;
	background-color: #E8E8E8;
}

td.xls {
	border: 0px;
	background-color: #FFFFFF;
}

td.stat {
	border: 0px;
	padding: 0px 10px 0px 10px;
}

tr.even {
	background-color: #F8F8F8;
}

tr.odd {
	background-color: #F0F0F0;
}

H2 {
	font-size: 18px;
	font-weight: bold;
	background-color: #F8F8F8;
}

H2:first-letter {
	font-size: 150%;
	color: #759F4E;
	float: upper-left;
}

H3 {
	font-size: 15px;
	font-weight: bold;
}

H3:first-letter {
	color: #759F4E;
}

.badass {
	font-weight: bold;
}

.quote-author {
	font-weight: bold;
	text-decoration: underline;
}

.headline {
	color: black;
	font-size: 14px;
}

.error {
	font-weight: bold;
	font-size: 14px;
	color: red;
}

.confirm {
	font-weight: bold;
	font-size: 14px;
	color: #759F4E;
}

.eyecatch {
	font-weight: bold;
	color: #759F4E;
}

.eyefix {
	font-weight: bold;
	font-size: 18px;
	color: #3D8000;
}


#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 32px;
	z-index: -1;
	background: transparent url("images/logo_01.gif") no-repeat;
}

#Logo2 {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 142px;
	height: 172px;
	z-index: -1;
	background: transparent url("images/logo_02.gif") no-repeat;
}

#Logo3 {
	position: absolute;
	top: 204px;
	left: 0px;
	width: 167px;
	height: 189px;
	z-index: -1;
	background: transparent url("images/logo_03.gif") no-repeat;
}

#Container {
	top: 0px;
	margin-left: 170px;
	margin-right: 80px;
	padding: 5px 0px 0px 0px;
}

#about {
	width: 250px;
	float: left;
	padding: 10px;
	padding-left: 2px;
	border: 1px #F8F8F8 solid;
	margin: 0px;
}

#news {
	padding: 10px;
	margin: 0px;
}

#hotnews {
	float: up;
	padding: 10px;
	margin: 5px;
	margin-left: 30px;
	border: 1px #F0F0F0 solid;
	background-color: #E4FFE4;
	font-size: 14px;
	color: black;
}

#topnavcontainer {
	text-align: center;
	padding: 5px;
}

#footernavcontainer {
	text-align: center;
	padding: 5px;
	clear: both;
	border-top: 1px #F8F8F8 solid;
}

ul.navlist {
	margin: 0;
	padding-left: 0px;
}

li.navlist {
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
