body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8C0E00;
}
.bodytext01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}
.footer01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#BAA673;
}
.footer02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color:#B91219;
}
a:active {
	text-decoration: none;
	color: #660000;
}
.footer02 a:link, .footer02 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #471216;
	text-decoration:none;
}
.footer02 a:hover {
	text-decoration: underline;
}



/* contact form styles */
	fieldset {
		padding: 10px 10px;
		border: 1px solid #666666;
		font-weight: bold;
		color: #003300;
	}
	legend {
		color: #003300;
		margin-bottom: 5px;
	}
	
	label {
		float: left;
	}
	label span {
		display: block;
		width: 120px;
		margin-right: 5px;
		font-weight: normal;
	}
	input {
		margin-right: 20px;
	}
	#cf_comments {
		margin: 5px 20px 0px;
		overflow:auto;
		border-width:2px;
		border-style: inset;
	}
	

	#cf_required {

		height:200px;

	}

	
	#cf_required input {
		width: 200px;
	}
	#cf_additional {
		height: 200px;
	}
	#cf_additional input {
		width: 200px;
	}
	#cf_additional span {
		margin-top: 10px;
	}
	#cf_pref {
		width: 236px;
	}
	#cf_pref h4 {
		font-size:11px;
		color:#003300;
		margin-bottom: 2px;
	}
	#cf_pref div {
		margin-left: 20px;
	}
