.hometext {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #8A1E1E;
}
.footertext {
	background: #C8C8C8 url(../images/footer_bg.gif) repeat-x top;
}

.footer:link {
	color: #8A1E1E;
}
.footer:visited {
	color: #9E0B0E;
}
.footer:hover {
	color: #000000;
}
.footer:active {
	color: #000000;
}
.header {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #373737;
}
.subheads {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #8D1F1F;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #d9d9d9;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #d9d9d9;
}a:link {
	color: #7C1B1B;
}
