.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}

a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: NORMAL; 
	font-variant: normal; 
	color: #FFFFFF; 
	text-decoration: underline
	}
.boldhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
}

a:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: NORMAL; 
	font-variant: normal; 
	color: #FFFFFF; 
	text-decoration: underline
}
a:visited {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: NORMAL; 
	font-variant: normal; 
	color: #FFFFFF; 
	text-decoration: underline
}
.picborder {
	border: 1px solid #003366;
}

.unvis {
	display: none;
}

.h3 {
	font-size: 150%;
	font-weight: bold;
	clear: both;
	width: auto;
}

.h2 {
	font-size: 175%;
	font-weight: bold;
	clear: both;
	width: auto;
}

span.reqfield {
	padding-right: 4px;
}

form br {
	margin-bottom: 14px;
	clear: both;
}

label.fieldlabel {
	clear: left;
	width: 180px;
	float: left;
	margin-bottom: 14px;
	text-align: left;
}
.error {
	background-color: #ffbbdd;
}
input.text {
	width: 400px;
}
input.city {
	width: 200px;
	margin-right: 8px;
}
select.state {
	width: 100px;
	margin-right: 8px;
}
input.carTypeOther {
	width: 200px;
	margin-left: 8px;
}
input.zip {
	width: 80px;
	
}
textarea.textarea {
	height: 100px;
	width: 400px;
}
div.errorBox {
	border: 2px solid red;
	background-color: #880000;
	color: white;
	padding: 4px 10px;
	margin: 10px;
	text-align: left;
}
input.bansize1 {
	width: 100px;
}

input.bansize2 {
	width: 100px;
	margin-right: 0px;
	margin-left: 10px;
}

fieldset {
	border: 0px solid black;
}
