@charset "UTF-8";

body {
	background-color: #0D1723;
	background-repeat: repeat-x;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.textLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}
.bkg {
	background-color: #0D1723;
}
div.box_background {
	background-color: #0D1723;
	filter:alpha(opacity=100);
	opacity: 100;
	position: relative;
	width: 779px;
	z-index: 99;
}
div.box_document {
	position:absolute;
	z-index:99;
	background-color: #DDEEFD;
	filter:alpha(opacity=95);
	opacity: 0.95;
	width: 779px;
	top: 494px;
	visibility: visible;
}
div.menu {
	position:absolute;
	z-index:101;
	filter:alpha(opacity=80);
	opacity: 0.80;
	width: 779px;
	top: 106px;
	height: 14;
}
div.submenu {
	position:absolute;
	z-index:103;
	background-color: #DDEEFD;
	filter:alpha(opacity=50);
	opacity: 0.50;
	width: 779px;
	height:66px;
	top: 34px;
	visibility: hidden;
}
div.content {
	position:absolute;
	z-index:104;
	width: 779px;
	visibility: visible;
	top: 10px;
	border-color: #E2E7EC;
	border: thin;
}

a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.plainText {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.MenuTable {
	width: 779px;
	background-image: url(img/menu_bkg.jpg);
}
.NewsTd {
	padding-left: 10px;
}
.HeadLine {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
