body{
	margin:0;
	background-color: #f0f0f0;	
}

form{
	margin:0;	
}
select{
	font:normal 12px Tahoma;
	color:#696969;
}
table{
	font:normal 12px Tahoma;
	color:#696969;
}






.top_blck{
	width:800px;
	height:140px;
	background-image: url('img/top_bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	font:normal 12px Tahoma;
	color:#696969;
}


.cont_blck{
	width:800px;
	background-image: url('img/cont_bg.gif');
	background-position: center;
	background-repeat: repeat-y;
	font:normal 12px Tahoma;
	color:#696969;
}


.cont_tit{
	font:bold 14px Tahoma;
	color:#696969;
	text-align: right;
	line-height: 20px;
	padding: 10px 28px 5px 25px;
}
.cont_txt{
	font:normal 12px Tahoma;
	color:#696969;
	text-align: justify;
	line-height: 20px;
	padding: 5px 25px 5px 25px;
}



.bottom_blck{
	width:800px;
	height:10px;
	background-image: url('img/bottom_bg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	font:normal 1px Tahoma;
	color:#696969;
}







