HTML, BODY {
	font-family: Verdana, Arial;
	font-size: 9pt;
}
BODY {
	background-color: #2394c9;
	text-align: center;
	margin: 0px;
}
INPUT {
	border: 1px solid #000;
	background-color: #d1f0ff;
	font-size: 9pt;
}
TEXTAREA {
	border: 1px solid #000;
	background-color: #d1f0ff;
	font-size: 9pt;
}
SELECT {
	border: 1px solid #000;
	background-color: #d1f0ff;
	font-size: 9pt;
}
H1 {
	background-image: url('img/header.jpg');
	width: 826px;
	height: 155px;
	font-size: 10px;
	color: #FFF;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
DIV.left {
	width: 200px;
	float: left;
	font-size: 10px;
}
DIV.content {
	float: right;
	width: 580px;
}
.rightbox {
	background-color: #c0eaff;
	border: 1px solid #000;
	padding: 2px;
	text-align: left;
	color: #000;
}
.righttitle {
	border: 1px solid #000;
	padding: 2px;
	text-align: left;
	color: #000;
	background-color: #cfffb2;
	margin-bottom: 1px;
}
.left_box {
	padding: 1px;
	border: 1px solid #000;
	background-color: #cfffb2;
	margin-bottom: 2px;
}
a {
	color: #004c6f;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #ff9000;
	font-size: 10px;
	text-decoration: underline;
}
.main_menu {
	padding: 3px;
	text-align: left;
	font-size: 10pt;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #cfffb2;
	margin-bottom: 2px;
}
.main_menu a {
	color: #004c6f;
	font-size: 10pt;
	font-weight: Bold;
	text-decoration: none;
}
.main_menu a:hover {
	color: #ff9000;
	font-size: 10pt;
	font-weight: Bold;
	text-decoration: underline;
}
.news_title {
	background-color: #cfffb2;
	border: 1px solid #000;
	font-weight: Bold;
	padding: 2px;
	font-size: 10px;
	margin-bottom: 2px;
}
.news_content {
	background-color: #c0eaff;
	border: 1px solid #000;
	padding: 4px;
	text-align: left;
	color: #000;
}
.news_title a {
	color: #004c6f;
	font-size: 10px;
	font-weight: Bold;
	text-decoration: none;
}
.news_title a:hover {
	color: #ff9000;
	font-size: 10px;
	font-weight: Bold;
	text-decoration: underline;
}
.content_light {
	background-color: #c0eaff;
	font-size: 8pt;
	text-align: center;
}
.content_dark {
	background-color: #86c7e8;
	font-size: 8pt;
	text-align: center;
}