h1 {
	color: #000;
	font-size: 14px;
}

h2 {
	color: #000;
	font-size: 1.5em;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B271C;
}
input,
select,
textarea {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	font-size: 1em;
}
.intro {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	color: #000000;
	font-size: 14px;
	background-color: #C1CCCB;
	padding-top: 21px;
	padding-right: 150px;
	padding-bottom: 21px;
	padding-left: 21px;
	font-weight: lighter;
	border-left-width: 18px;
	border-left-style: solid;
	border-left-color: #8BA09E;
	height: 87px;
}
.homebody {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 18px;
}
.titles {
	font-size: 14px;
	font-weight: bold;
}

/* mike - added */
.error {
	color:#ff0000;
}
