

table.tblMain {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	background-color: white;
	vertical-align: middle;
	width: 800px;
	align: center;
}
.bodytext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.heading {
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

.subtext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #5B514F;
}

.footertext {
	font-family: Century Gothic, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

 a.links:link {
	font-family: Century Gothic, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #6E8BB8;
	text-decoration: none;
}
 a.links:visited {
	font-family: Century Gothic, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #6E8BB8;
	text-decoration: none;
}
 a.links:hover {
	font-family: Century Gothic, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #C1AB5F;
	text-decoration: underline;
}