.tableBack {
	background-image: url(images/fields-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ECE9D8;
	line-height: 20px;
}
h1 {
	color: #8F181C;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .15em;
}
a:link {
	color: #BA1F24;
	text-decoration: none;
}
a:visited {
	color: #BA1F24;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

