html, body {
	height: 100%;
}
BODY {
	SCROLLBAR-FACE-COLOR: #cccccc;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
.scroll {
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
}
BODY {
	MARGIN: 0px;
	BACKGROUND-COLOR: #ffffff;
}
.m:link {
	FONT-SIZE: 11px;
	COLOR: #0588A8;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}
.m:visited {
	FONT-SIZE: 11px;
	COLOR: #0588A8;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}
.m:hover {
	FONT-SIZE: 11px;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}
.m:active {
	FONT-SIZE: 11px;
	COLOR: #0588A8;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}

.m2:link,.m2:visited,.m2:active {
	FONT-SIZE: 10px;
	COLOR: #0588A8;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}

.m2:hover {
	FONT-SIZE: 10px;
	COLOR: #333333;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}

.tab_footer a {
	color: #000000;
	font:  Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.tab_footer a:hover {
	background: none;
	color: #000000;
	text-decoration: underline;
}
.news_text a {
	color: #000000;
	font:  Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.news_text a:hover {
	background: none;
	color: #000000;
	text-decoration: underline;
}
.tab_content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0588A8;
	TEXT-DECORATION: underline;
}
.tab_content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0588A8;
	TEXT-DECORATION: underline;
}
.tab_content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	TEXT-DECORATION: underline;
}
.tab_content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0588A8;
	TEXT-DECORATION: underline;
}
.link3:link {
	FONT-SIZE: 13px;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
.link3:visited {
	FONT-SIZE: 13px;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
.link3:hover {
	FONT-SIZE: 13px;
	COLOR: #9A76DA;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
.link3:active {
	FONT-SIZE: 13px;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
#text {
	FONT-SIZE: 12px;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
INPUT.input {
	background-color: #F7F7F7;
	border: 1px solid #B1B1B1;
	padding-left: 1px;
}
INPUT.input_disabled {
	color: #737373;
	background-color: #F7F7F7;
	border: 1px solid #B1B1B1;
}
INPUT.input_focus {
	background-color: #E7E7E7;
	border: 1px solid #B1B1B1;
}
INPUT.field_error {
	border: 1px solid #B1B1B1;
	background-color: #FFDF5E;
}
TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
TEXTAREA.input_text {
	background-color: #E7E7E7;
	border: 1px solid #B1B1B1;
}
TEXTAREA.input_text_focus {
	background-color: #E7E7E7;
	border: 1px solid #B1B1B1;
}
TEXTAREA.field_error_text {
	border: 1px solid #B1B1B1;
	background-color: #FFDF5E;
}
SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #B1B1B1;
	background-color: #F7F7F7;
	padding-left: 1px;
}
SELECT.input_combo {
	color: #333333;
}
SELECT.field_error_combo {
	background-color: #FFDF5E;
}
SELECT.input_combo_focus {
	background-color: #DFFF9A;
}
/* News style start */
.news_page_title {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	color: #9E0039;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#news_space {
	padding-left: 25px;
}
.news_public_data {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.news_public_data:link, .news_public_data:visited, .news_public_data:active {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.news_public_data:hover {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.news_title {
	FONT-SIZE: 12px;
	COLOR: #0588A8;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
}
.news_title:link, .news_title:visited, .news_title:active {
	FONT-SIZE: 12px;
	COLOR: #0588A8;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
}
.news_title:hover {
	FONT-SIZE: 12px;
	COLOR: #000000;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-weight: bold;
}
.news_lead {
	FONT-SIZE: 11px;
	COLOR: #333333;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
	font-weight: normal;
}
.news_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	COLOR: #0588A8;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.news_back:link, .news_back:visited, .news_back:active {
	FONT-SIZE: 9px;
	COLOR: #0588A8;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
}
.news_back:hover {
	FONT-SIZE: 9px;
	COLOR: #000000;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-weight: bold;
}
.eform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	cursor: hand;
}
.nform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	cursor: hand;
}
.inp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height: 17px;
	width: 20px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.btable1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.btable2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #CCCCCC;
	font-weight: bold;
}
.btable3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.btab01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.btab02 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.req {
	background: url("dot.gif") no-repeat;
	width: 80px;
	border: 0;
}
/* News style end */
.tab_top {
	background-color: #FFCD00;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 1px;
	height: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tab_middle {
	vertical-align: top;
}
.tab_middle2 {
	vertical-align: top;
	background-image: url(../bg_omega.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tab_left1 {
	background-color: #A5D2E9;
	vertical-align: top;
	width: 130px;
	height: 700px;
}
.tab_left2 {
	vertical-align: top;
	width: 140px;
}
.tab_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0588A8;
	vertical-align: top;
	padding: 25px;
	width: 495px;
}
.tab_right {
	vertical-align: top;
	width: 140px;
}
.tab_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #D9EBEF;
	text-align: center;
	padding: 2px;
	height: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tab_address {
	font-family: Arial-Narrow, Helvetica, sans-serif;
	font-size: 10px;
	color: #0588A8;
	background-color: #ffffff;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCD00;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFCD00;
}
.actueel {
	font-family: Arial-Narrow, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.actueel2 {
	padding-left: 10px;
}
.actueel2 a {
	line-height: 16px;
}
