html, body {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Tahoma;
	color:#aa2d2d;
	width: 100%;
	height: 100%;
	background-color:#ffffff;		
	background-image:url(/img/bg_repeat.png);		
	background-repeat:repeat-x;		
}

img, form {
	padding: 0px;
	margin: 0px;
	display: block;	
}
a, td {
	font-size:12px;
	font-family:Tahoma;
}
.inp_t {
	border:1px solid #000000;	
	color:#8C8787;
	padding:0px;
	margin:0px;	
}
.galka_item {
	background: url(/img/galka.png) no-repeat;	
	float:left;
	width:388px;
	padding-left:30px;
	line-height:22px;
}
.header_title {	
	font-size: 18px;
	color:#ffffff;
	font-weight:bold;
}
.header_text {
	font-size: 20px;
	color:#aa2d2d;
}

.bottom_bg {
	color: #ffffff;
	background: url(/img/bg_bottom.png) repeat-x;	
	padding-bottom:10px;
}