body {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 20px;
}

a {
color: #333333;
text-decoration: none;
}


a:hover {
text-decoration: underline;
}

a img {
border: none;	
}

h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

form {margin: 0px; width: 60%;}
fieldset	{margin-bottom: 1em; padding-left: 20px; padding-right: 20px; border: solid 0px #FFF3DE;} 
legend {margin-left: 0px; color: #000; font-weight: normal; visibility: hidden;}
input {margin-bottom: 1em; width: 100%;}
textarea	{width: 100%;}
label {display: block; float: left; clear: left; margin-bottom: 0.4em; width: 168px; border: solid 0px #000;}
.check {float: left; clear: left;width: auto;}
.submit {width: 30%; height: 22px; float: left; clear: left; background-color: #000; color: #FF9900;}
