.mainTable {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #8FA495;
	border: thin solid #999999;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
a:link {
	color: #E9EDD5;
	text-decoration: none;
}
a:visited {
	color: #E9EDD5;
	text-decoration: none;
}
a:hover {
	color: #E9EDD5;
	text-decoration: underline;
}
.leftNav {
	color: #516657;
}

.leftNav a:link {
	color: #516657;
	text-decoration: none;
}
.leftNav a:visited {
	color: #516657;
	text-decoration: none;
}
.leftNav a:hover {
	color: #516657;
	text-decoration: underline;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #516657;
	text-transform: uppercase;
	letter-spacing: .5em;


}
