h1 {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	color: #8B7F7F;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B271C;
}
.small-bottext {
	font-size: 10px;
	color: #999999;
}
input,
select,
textarea {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	font-size: 1em;
}

/* mike - added */
.error {
	color:#A60E7C;
}
.reasonstitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #442137;
	background-color: #A29999;
	display: inline;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #7B7070;
}
