/* @charset "iso-8859-2"; */

body, html {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: :#696758;
	background-color: #F6F4E4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	overflow: auto;
	background-image:url(./images/bg_top1.jpg);
	background-repeat: repeat-x;
	background-position:top;}

#container {
	width: 940px;
	margin: 0 auto;
	overflow:auto;}

.main{
	background-color:#F4F5F5;
	background:url(images/main_bg.jpg) repeat-x;
	vertical-align:top;
}


.top_flash{
	height: 150px;
	width: 940px;}
.top{background:url(images/top.jpg) no-repeat; height:28px; width:940px;}
.top_l{background:url(images/top_l.jpg) no-repeat; width:23px; vertical-align:top;} 
.top_r{background:url(images/top_r.jpg) no-repeat; width:23px; vertical-align:top;}
	

.iframe_div {
margin-left: 3px;
margin-right: 0px;
}

.text {
color: #0c1846;
font-family:Arial, Helvetica, sans-serif; 
font-size: 12px; 

}

input {
background-color: #f4f6f7;
border: 1px solid;
border-color: #879bb8;
}

textarea {
background-color: #f4f6f7;
border: 1px solid;
border-color: #879bb8;
}

a.menu_dol:link { 
   color: #ffffff; 
   font-size: 11px; 
   font-family: Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   text-transform: none;
   margin-right: 20px;
}
a.menu_dol:visited { 
   color: #ffffff; 
   font-size: 11px; 
   font-family:  Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   text-transform: none; 
      margin-right: 20px;
}
a.menu_dol:hover { 
   color: #EFE3D7; 
   font-size: 11px; 
   font-family:  Arial, Helvetica, sans-serif; 
   text-decoration: underline;
}
a.menu_dol:active {
   color: #EFE3D7; 
   font-size: 11px; 
   font-family:  Arial, Helvetica, sans-serif; 
   text-decoration: underline;
}


a.link:link { 
   color: #0c1846; 
   font-size: 12px; 
   font-family: Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   text-transform: none;

}
a.link:visited { 
   color: #0c1846; 
   font-size: 12px; 
   font-family:  Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   text-transform: none; 

}
a.link:hover { 
   color: #274A9F; 
   font-size: 12px; 
   font-family: Arial, Helvetica, sans-serif; 
   text-decoration: underline;

}
a.link:active {
   color: #274A9F; 
   font-size: 12px; 
   font-family: Arial, Helvetica, sans-serif; 
   text-decoration: underline;

}

.foot {background: url(images/footer.jpg) repeat-x;
}
.footer{
width: 940px;
height: 97px;
text-align: center;
padding-top:7px;
color:#FFF;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}

.footer a{
color:#FFF;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
text-decoration:none;
margin-top: 5px;
}