body {  
	font-family: "Verdana", "Arial", sans-serif;
	background-color: #334444;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.white {
	background-color: #ffffff;
}

.greybackground {
	background-color: #eeeeee;
}

A:Hover { 
	color : #006425;

}

.imagelink {
	border: 1px solid #003333;
	margin: 4px 4px 4px 4px;
	padding: 0px 0px 0px 0px;
}

.top_banner {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H1 {
	color : #003333;
	font-size : 24pt;
	font-family: "Verdana", "Arial", sans-serif;
	text-align : left
}

TH {
	font-weight: bold;
}

.titletext
{
	font-family: "Verdana", "Arial", sans-serif;
	font-size : 22px;
	color: #003333;
}

.subtitletext
{
	font-weight: normal;
	font-size : 16px;
}

.pagetitle
{
	font-weight: bold;
	font-size : 16px;
	color: #003333;
	text-align: center;
}

.form-sog {  
	font-size: 14px; 
	height: 20px;
	border: 1px solid #000000;
}

.button {  
	font-size: 14px; 
	height: 20px;
	background-color: #EEEEEE; 
	border: 1px solid #000000;
	cursor: pointer;
}

.mtitle {
	font-family: "Arial", sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #003333;
	border-bottom: 1px solid #aaaaaa;
	text-align : left;
	vertical-align : middle;
}

.mtitleicon {
	vertical-align : middle;
}

.mbody {
	font-family: "Times new roman", times, serif; 
	font-size: 14px; 
	font-weight: normal;
	color: #334444;
	background-color: transparent;
}

.mbody-highlight {
	font-family: "Times new roman", times, serif; 
	font-size: 14px; 
	font-weight: normal;
	color: #334444;
	background-color: #eeeeee;
}

.entrycell{
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
}

.copyrightnotice
{
	background-color: #003333;
	font-size: 11px; 
	color: #ffffff;
	padding: 5px;
}

.horizontalmenucell
{
	height: 30px;
}

td.verticalmenucell
{
	height: 30px;
}

td.activeverticalmenucell
{
	height: 30px;
}

.firstMenu {
	background-color: #003333;
}

.firstMenuLink {
	text-decoration: none;
	font-size : 12px;
	color: #ffffff;
	padding: 3px;
	display: block;
	border: 1px solid #003333;
}

.firstMenuLink:hover {
	border: 1px solid #003333;
	background-color: #ffffff;
}

.firstMenuLinkActive {
	text-transform : uppercase;
	font-weight: Bold;
}

.firstMenuLinkActive:hover {
}


.secondMenu {
	background-color: #006666;
	border-bottom: 1px solid #aaaaaa;
}

.secondMenuLink {
	text-decoration: none;
	font-size : 12px;
	color: #ffffff;
	padding: 3px;
	display: block;
	border: 1px solid #006666;
}

.secondMenuLink:hover {
	border: 1px solid #003333;
	background-color: #ffffff;
}

.secondMenuLinkActive {
	text-transform : uppercase;
	font-weight: Bold;
}

.secondMenuLinkActive:hover {
}

#countdown {
	text-align: center;
}

input {
	border: 1px solid #003333;
	background-color: #eeeeee;
}

.errorText {
	color: red;
	font-weight: bold;
}

.okText {
	color: green;
	font-weight: bold;
}