body {
	text-align:center;
	background-color: #fbba00;
	background-image: url(../pics/main/backer.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	behavior: url("css/csshover3.htc");
	margin:0;
	padding:0;
	color: #333333;
	}
h2 {

	font-size: 20px;
	color: #666666;
	margin-bottom: 0px;
	display:inline;
}
h3 {

	font-size: 16px;
	color: #666666;
	margin-bottom: 0px;
	font-weight: normal;
}
h4 {

	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 0px;
	margin-bottom: 0.4em;
}
h5 a{

	font-size: 10px;
	color: #999999;
	font-weight: normal;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {

	color: #333333;
	text-decoration: underline;
}
table {
	font-size: 14px;
}
hr{
	border:none;
	background-color:#999999;
	color:#999999;
	height:1px;
	width:auto;
	margin-bottom:12px;
	margin-top:12px;

}
/*FORM */
form div label {
	float: left;
	width: 50%;
	margin-right:16px;
}
fieldset {
	border: 1px dotted #999999;
	margin-top: 1.4em;
	padding: 1.1em;
}
legend {
	color: #333;
	font-size: 18px;
}
.input_field{
	margin-bottom:4px;
}textarea {
	font-family:Arial, Helvetica, sans-serif;
}

