body 
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin:0;
	padding:0;
}

p, ul, h1, h2, h4, h5, h6, input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:18px;
	text-align:left;
	color: #666666;
}


h1 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #036b71;
	text-align:left;
	padding-left: 30px;
	height: 25px;
	margin:0;
	background-image: url(../images/gavil.jpg);
	background-repeat: no-repeat;
	
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #700000;
	padding-left: 10px;
}

#body li 
{
	font-size: 12px;
	list-style-image:url(../images/square.gif);
	vertical-align: middle;
	line-height:18px;
}

input, textarea, select 
{
	border: 1px #2A7882 solid;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color:#FFFFFF;
}


label
{
	width: 160px;
	font-size: 12px;
	float: left;
	text-align: left;
	margin: 0;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


hr
{
	color: #D0DAD7;
	background-color: #D0DAD7;
	height: 1px;
	border: 0;
}