body	{
	text-align: left;
	margin: 0;
	padding: 20px;
	border: 0;
	background: #f3f1dc;
	color: #514c3b;
	font: 12px Arial, Helvetica, sans-serif;
	}



h1{
font-family: Georgia;
font-size: 24px;
font-weight: normal;
margin: 0 0 20px 0;
color: #46551e;
text-transform: uppercase;
}

h2{
font-family: Georgia;
font-size: 18px;
font-weight: normal;
margin: 20px 0 20px 0;
color: #46551e;
text-transform: uppercase;
}


h3{
font-family: Georgia;
font-size: 15px;
font-weight: normal;
margin: 15px 0 15px 0;
color: #46551e;
text-transform: uppercase;
}


a{
text-decoration: none;
color: #53551e;
}

a:hover{
text-decoration: underline;
}




.ogl{
font-size: 11px;

}



form{
margin: 0;
}

form input, form select, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #514c3b;
   background: #f9f8ec;
   border: 1px solid #d1d1b4;
   padding: 2px;
}
form input.but{
	width: 206px;
	color: #ffffff;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 0;
	background: #46551e;
	padding: 2px 5px;
}

