h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #847766;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	color: #74695A;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
}
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;
}
.titles {
	font-size: 14px;
	font-weight: bold;
}

/* mike - added */
.error {
	color:#ff0000;
}
.italictimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #936A36;
	}
