body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

.bgimage {
	background-attachment: scroll; 
	background-image: url(bkgd.jpg); 
	background-position: center top;
}
a {
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
a.bottom {
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 2.5em;
	border: 1px solid #333333;
	background-color: #f4f2ea;
}
a.bottom:hover {
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

.subHead {
	font-weight: bold;
	color: #70a727;
}
