body{margin:0px 0 0 0px;
		font:11px verdana, "Lucida grande",Lucida,Helvetica,Arial,Verdana,sans-serif;
    color:#FFFFFF;
    background-color:#000000; 
    text-align:center; 
    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFDCB9;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: WhiteSmoke;
    scrollbar-darkshadow-color: White;
}

#container{
	width:730px;
	padding-top:0px;
	margin:0px auto;
	text-align:left; 
	z-index:0;
}

#banner_top {
	margin:5px 0px 0px 0px;
	padding:0 0 0px 15px;
	height:130px;
	background:url(../images/banner.jpg) no-repeat center bottom;
	border-right:1px #FFFFFF solid;
	border-left:1px #FFFFFF solid;
	border-top:1px #FFFFFF solid;
}

.tab_home{
  background-color:#222222;
	background:url(../images/home_bg.jpg);
}

#main_part {
  min-height:652px;
	border-top:1px #FFFFFF solid;
}

.footer{
	font:8px verdana, "Lucida grande",Lucida,Helvetica,Arial,Verdana,sans-serif;
  color:#FFFFFF;
	text-align:center;
	background:url(../images/footer_bg.gif);
}

#menu {
	margin-top:10px;
	padding-top:0px;
	text-align:center;
}

#menu li {
  border-color:#FC8901;
  float:left;
  margin-left:0px;
  padding:0;
  list-style-type:none;
  white-space:nowrap;
  width:85px;
}

#menu li a {
  text-decoration:none;
  color:#FFFFFF;
  display:block;
  padding:0px;
  font-size:0.9em;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:normal;
}

#menu li a:hover{
	color:#f55820;
}

#newsticker {
	width:365px;
	margin-top:90px;
	border: 1px dotted #b0b0ae;
}
#newsticker ul {
	list-style: none;
	min-height: 1.4em;
	padding:0;
	margin:5px 0px 0px 5px;
	vertical-align: middle;
	color:#FFFFFF;
}
* html #newsticker ul {
	height: 1.4em;
	overflow: visible;	
}
#newsticker li.error {
	color: #d9d7d7;
}
#newsticker #togglenewsticker {
	background: transparent url("../images/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	margin-left:320px;	
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
	
* html #newsticker #togglenewsticker {
	right: 30px;
}

a{color:#FFFFFF;background-color:inherit;}
a:hover{color:#FFFFFF;background-color:inherit;}

td{
	 font:10px verdana, "Lucida grande",Lucida,Helvetica,Arial,Verdana,sans-serif;
   color:#FFFFFF;
   line-height:150%;
}

th{
	 font:10px verdana, "Lucida grande",Lucida,Helvetica,Arial,Verdana,sans-serif;
   color:#FFFFFF;
   background-color:#2d2e24;
   line-height:25px;
   text-align:left;
   font-weight:bold;
   padding-left:5px;
   
}

.text{
	padding:15px 10px 0px 10px;
	text-align:justify;
}

.line_top{
	 border-top: 1px dotted #b0b0ae;
}
.line_bottom{
	 border-bottom: 1px dotted #b0b0ae;
}

.leftb{
	border-left: 1px solid #FFFFFF;
}

.rightb{
	border-right: 1px solid #FFFFFF;
}

.tabl{
	line-height:22px;
	padding-left:5px;
}

input{
  background-color:#fff;color:#000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  border:1px dotted #FC8901;
  width:200px;
  padding-top:2px;
  margin-bottom:7px;
  margin-top:7px;
}

textarea{
  background-color:#fff;color:#000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  border:1px dotted #FC8901;
  width:400px;
  padding-top:2px;
  margin-bottom:7px;
  margin-top:7px;
}
#message_error{
 color:#000000;
 padding:3px;
 border:1px #fe0000 solid;
 background-color:#f9e0e0;
 vertical-align: middle;  
}

#message_ok{
 color:#000000;
 padding:3px;
 border:1px #b6b6b6 solid;
 background-color:#d4f8ba; 
}

