.mainText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.boldText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.titleText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#3E3629;
	font-weight:bold;
}
.footerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
body {
	background-color: #E6DFD5;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #20708A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #20708A;
}
a:hover {
	text-decoration: underline;
	color: #20708A;
}
a:active {
	text-decoration: none;
	color: #20708A;
}