html {
	font-family: Tahoma, arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	padding-top: 0px;
}
body, form {
	margin: 0px;
}

h1 {
	font-family: arial, Tahoma, sans-serif;
	color: #7F2030;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid #000;
	margin-top: 30px;
}
h2 {
	font-family: arial, Tahoma, sans-serif;
	color: #7F2030;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 18px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}
h3 {
	font-family: arial, Tahoma, sans-serif;
	color: #7F2030;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}

hr {
	height: 1px;
	border: none;
	background-color: #000;
	color: #000;
}
.content {
	background-color: #fff;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 70px;
}

.quoterequestbutton {
	float: right;
	width: 108px;
	text-align: center;
}

a:link {
	color: #c33;
	text-decoration: none;
}
a:active {
	color: #c33;
	text-decoration: none;
}
a:visited {
	color: #c33;
	text-decoration: none;
}
a:hover {
	color: #06c;
	text-decoration: underline;
}


.quoterequestbutton a:link {
	color: #CCA6AC;
	border: 1px solid #e5d2d6;
	text-decoration: none;
	padding: 5px;
	display: block;
}
.quoterequestbutton a:active {
	color: #CCA6AC;
	border: 1px solid #e5d2d6;
	text-decoration: none;
	padding: 5px;
	display: block;
}
.quoterequestbutton a:visited {
	color: #CCA6AC;
	border: 1px solid #e5d2d6;
	text-decoration: none;
	padding: 5px;
	display: block;
}
.quoterequestbutton a:hover {
	color: #c00;
	border: 1px solid #c00;
	background-color: #ffe;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.footerbottom {
	padding-top: 10px;
	background-image: url('images/footer_bgimage.jpg'); 
	background-repeat: repeat-x; 
	background-position: 0 0;
	font-size: 11px;
	line-height: 14px;
	color: #a6b1c1;
}
.footerbottom a {
	color: #FFCD20;
	text-decoration: none;
}
.footerbottom a:hover {
	color: #fff;
	text-decoration: underline;
}

input, textarea, select {
	font-family: Tahoma, arial, sans-serif;
	font-size: 12px;
}

.errorbox {
	background-color: #ffc;
	color: #c00;
	border: 1px solid #e5d2d6;
	padding: 5px;
}

li {
	margin-bottom: 5px;
}




.claimsurvey th {
	border: 1px solid #ccc;
	background-color: #f2f2f5;
}

.claimsurvey td {
	border: 1px solid #ccc;
}