a:active {
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #004090;
}

a:visited {
	text-decoration: none;
	color: #004090;
}

a:hover {
	text-decoration: underline;
	color: #0080C0;
}

div.block {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	width: 90%;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Tahoma";
	font-size: 0.8em;
	text-align: center;
	line-height: 1.5em;
}

div.mainBlock {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	width: 99%;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Tahoma";
	font-size: 0.8em;
	line-height: 1.3em;
}

table {
	font-family: "Tahoma";
	font-size: 1em;
	line-height: 1.3em;
}
	
h1 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #0080C0;
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: center;
	line-height: 2em;
}

h2 {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #0080C0;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
}

div.MenuContent {
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

div.mainContent {
	padding: 0px;
	margin: 5px 5px 15px 5px;
}

div.NewsContent {
	font-size: 0.8em;
	line-height: 1.2em;
}