/* CSS Document */

body, html {
	background-color: #3D3028;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E2923;
	scrollbar-face-color:#CBAA91;
	scrollbar-3dlight-color:#CBAA91;
	scrollbar-darkshadow-color:#CBAA91;
	scrollbar-track-color:#F7F7F3;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#CBAA91;
	scrollbar-shadow-color:#CBAA91;
	scrollbar-highlight-color:#CBAA91;
}

.body_home {
	background-color: #3D3028;
	background-image: url(../images/bg_home.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E2923;
	
}

.bg_middle{
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #747A6F;
	border-left-color: #AB998E;
}

.bg_h_right{
	background-color:#B7BFB2;
	color:#3D4836;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9CA795;
}
	
.normalred{
	color:#9D4820;
}

a:active,a:visited,a:link {
	text-decoration:none;
	color:#9D4820;
}
a:hover{
	text-decoration:underline;
	color:#000000;
}


#main_table{
	background-image:url(../images/bg_page.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.bg_t_content{
	background-image:url(../images/bg_t_content.gif);
	background-repeat:repeat-x;
}

.newsletter_field{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B18162;
	background-color: #F4E1C6;
	border: 1px solid #D1B399;
	width:150px;
	height:16px;
	line-height: 15px;
}

.border_img1{
	border:2px solid #D2B59B;
}


#content{
	/*border: 1px solid #CBAA91;*/
	margin:0px;
	width:650px;
	height:300px;
}



#list{
	display:block;
	width:150px;
	height:298px;
	border: 1px solid #CBAA91;
	overflow: auto;
	
}

#list a{
	display:block;
	width:125px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	color:#955A36;
	text-decoration:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3CEB3;
}
#list a:hover{
	display:block;
	width:125px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#CBAA91;
	color:#FFFFFF;	
	text-decoration:none;

}

.list_pdf{
	display:block;
	width:410px;
	padding: 0px 2px 0px 2px;
	border: 1px solid #CBAA91;
}

.list_pdf .linka{
	display:block;
	width:380px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	color:#955A36;	
}

.list_pdf .linka:hover{
	display:block;
	width:380px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#CBAA91;
	color:#FFFFFF;	
	text-decoration:none;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	text-decoration: none;
	text-align: justify;
	border: 1px solid #748597;
	background-color: #ECF0F3;
	width: 200px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B3958;
	text-decoration: none;
	border: 1px solid #748597;
	font-weight: bold;
	background-color: #ECF0F3;


}