html,body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #3488df;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	color: #000000;
	margin: 0px auto 0px auto;
	text-align: left;

	height: 100%;
}

h1 {
	font: bold 20px Verdana;
	margin-bottom: 8px;
	color: #8e5624;
}
h2 {
	font: bold 16px Verdana;
	margin: 20px 0px 10px 0px;
	color: #3d8e24;
}

h2.news {
	margin: 30px 0px 0px 0px;
}

img {
	border: 0px;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.tabsel {
	background-image: url('images/tab-white.jpg');
	background-repeat: no-repeat;
	margin: 0px 5px 0px 5px;
	padding-top:  5px;
	display: block;
	float: right;
	width: 99px;
	height: 20px;
	text-align: center;
	font-size: 10pt;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}

a.tab {
	background-image: url('images/tab-green.jpg');
	background-repeat: no-repeat;
	margin: 0px 5px 0px 5px;
	padding-top:  5px;
	display: block;
	float: right;
	width: 99px;
	height: 20px;
	text-align: center;
	font-size: 10pt;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}

a.tab:hover {
	background-image: url('images/tab-white.jpg');
	color: #000000;
}


div.content {
	width: 979px;
	position: absolute;
	left: 50%;
	top: 70px;
	margin: auto auto auto -489px;
}

td.content {
	background-color: white;
	padding: 10px;
}

div.logo {
	width: 979px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin: auto auto auto -489px;
}

input, textarea {
	margin: 5px 0px 0px 0px;
}

label {
	width: 200px;
	float: left;
	margin: 5px 0px 0px 0px;
}

div.newsdate {
}

div.newsinto {
	margin: 5px 0px 10px 0px;
}

div.comment {
	margin: 10px 0px 10px 20px;
	padding: 5px;
	width: 500px;
}


.rankTable {
	background-color: #FFFFFF;
}

tr.rankTableHover {
	background-color: #b6dbfb;
	cursor: pointer;
}

