body{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/background.gif);
}

a:Link{Color:#076cc0; Text-decoration: underline}
a:Visited{Color:#076cc0; Text-decoration: underline}
a:Hover{Color:#076cc0; Text-decoration: none}

#main{
	width:800px;
	text-align:left;
	margin:0px auto;
	padding:0px;
	border-left:1px solid #989B9D;
	border-right:1px solid #989B9D;
	border-bottom:1px solid #989B9D;
	background:white;
}

h1{
	margin:0px;
	padding:0px 0px 7px 0px;
	font-size:24px;
	font-weight:normal;
}

p{
	margin:0px;
	padding:0px 0px 15px 0px;
}

.clear{
	clear:both;
}

.header{
	border-top:15px solid #99B09D;
	border-bottom:26px solid #E6E6E6;
}

.header .headerLeft{
	float:left;
	width:260px;
}

.header .headerLeft .logo{
	border-left:14px solid #99B09D;
	margin:51px 0px 0px 0px;
	padding:0px 0px 0px 33px;
}

.header .headerLeft .logo img{
	border:none;
	width:176px;
	height:40px;
}

.header .headerLeft .icons{
	background-color:#F4F4F4;
	background-image:url(images/icons.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	border-left:20px solid #E6E6E6;
	margin:32px 0px 0px 0px;
	padding:7px 37px 0px 0px;
	height:20px;
	text-align:right;
}

.header .headerLeft .icons img{
	border:none;
	margin:0px 0px 0px 17px;
	vertical-align:top;
}

.header .headerRight{
	float:right;
	background:#49694E;
	width:540px;
	height:123px;
}

.header .headerRight .headerMenu{
	color:white;
	text-align:center;
	padding:7px 0px 0px 0px;
	word-spacing:22px;
}

.header .headerRight .headerMenu a{
	word-spacing:normal;
}

.header .headerRight .headerMenu a:Link{Color:white; Text-decoration: none}
.header .headerRight .headerMenu a:Visited{Color:white; Text-decoration: none}
.header .headerRight .headerMenu a:Hover{Color:white; Text-decoration: none}

.header .headerRight .title{
	border-left:235px solid #79947D;
	border-right:65px solid #79947D;
	margin-top:24px;
	padding:3px 0px 2px 28px;
	position:relative;
	top:5px;
}

.header .headerRight .title img{
	border:none;
	width:199px;
	height:35px;
}

.header .headerRight .secure{
	background:#31373C url(images/enter.gif) no-repeat left bottom;
	color:white;
	height:38px;
	padding:0px 0px 0px 13px;
	position:relative;
	top:11px;
	margin:26px 0px 0px 0px;
}

.header .headerRight .secure form{
	padding:7px 0px 0px 0px;
	margin:0px;
}

.header .headerRight .secure form .inpText{
	width:116px;
	height:12px;
	line-height:11px;
	font-size:11px;
	color:#999999;
	border:1px solid #83878A;
	margin:0px 4px 0px 5px;
}

.inpText{
	width:116px;
	height:12px;
	line-height:11px;
	font-size:11px;
	color:#999999;
	border:1px solid #83878A;
	margin:0px 4px 0px 5px;
}

.header .headerRight .secure form span{
	padding:0px 0px 0px 3px;
	font-size:10px;
	color:#D6D7D8;
	position:relative;
	top:4px;
}

html:root .headerRight .secure form span{
	top:3px;
}

.header .headerRight .secure form span .rememberCheck{
	margin:0px 0px 0px 14px;
	position:relative;
	top:-1px;
}

html:root .header .headerRight .secure form span .rememberCheck{
	top:-2px;
}

html:first-child .header .headerRight .secure form span .rememberCheck{ 
	top:-4px;
}

.headerRight .secure form span .rememberCheck, x:-moz-any-link {
	top:-4px;
}

.header .headerRight .secure form span label{
	position:relative;
	top:-2px;
	padding:0px 0px 0px 3px;
	//padding:0px 0px 0px 0px;
}

.footer{
	text-align:center;
	border-top:15px solid #99B09D;
	padding:8px 0px 16px 0px;
	font-size:10px;
	clear:both;
}

.menuLeft{
	float:left;
	width:259px;
	border-right:3px solid #c1c3c4;
	margin-top:33px;
	margin-bottom:17px;
}

.menuLeft ul{
	list-style:none;
	margin:0px 0px 0px 14px;
	padding:0px;
	font-size:18px;
}

.menuLeft ul li{
	width:212px;
	height:36px;
	background:url(images/menu.gif) no-repeat left bottom;
}

.menuLeft ul li a{
	display:block;
	width:100%;
	height:17px;
	padding:8px 0px 0px 6px;
	background:url(images/menuOff.gif) no-repeat 203px 16px;
}

.menuLeft ul .on a{
	background:url(images/menuon.gif) no-repeat 201px 14px;	
}

.menuLeft ul li a:Link{Color:#31373c; Text-decoration: none}
.menuLeft ul li a:Visited{Color:#31373c; Text-decoration: none}
.menuLeft ul li a:Hover{Color:#31373c; Text-decoration: none}

.menuLeft .graph{
	padding:61px 0px 0px 14px;
}

.menuLeft .graph img{
	border:none;
	margin-bottom:2px;
}

.content{
	float:left;
	border-left:3px solid #c1c3c4;
	width:490px;
	padding:0px 0px 0px 30px;
	margin-top:33px;
	margin-bottom:17px;
	margin-left:-3px;
}

.content ul{
	padding:0px;
	margin:0px 0px 0px 15px;
}

.content ul li{
	padding:0px 0px 7px 0px;
}

.content .FormList{
	background:#f4f4f4;
	font-weight:bold;
	padding:8px 0px 20px 13px;
	overflow:hidden;
}

.content .FormList img{
	vertical-align:middle;
	margin:0px 12px 0px 0px;
}

.content .FormList ul{
	list-style:none;
	padding:0px;
	margin:9px 0px 0px 0px;
	width:100%;
	font-weight:normal;
}

.content .FormList ul li{
	float:left;
	width:225px;
	padding:0px 10px 2px 0px;
}
.error 
{
	color:Red;
	text-align: center;
}

.ok 
{
	color:green;
	text-align: center;
}
.input_mid
{
	width: 200px;
}
.input_big
{
	width: 300px;
}



span.news_type {
	font-weight:bold;

}

div.news_type {
	width: 70px;
	float:right;
	padding-top: 10px;
	text-align: right;
}