@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	margin: 0px;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
h2 {
	font-size: 1.5em;
	margin: 0px;
	padding: 5px;
}

.outerpad {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}.input_style {
	width: 150px;
}
.input_style_phone {
	width: 40px;
}
.input_style_price {
	width: 100px;
}
.input_style_textarea {
	width: 200px;
}
.odd {
	background-color: #F4F4F4;
}
.even {
	background-color: #EAEAEA;
}
#quotetable {
	border: 1px solid #000000;
}
#dealer_table {
	border: 1px solid #000000;
}
h1 {
	font-size: 1.8em;
	color: #990000;
}
.required {
	font-size: xx-small;
	color: #FF0000;
}
