.mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #2C2E18;
}
.footerText {
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #252318;
}

body {
	background-color: #E1E0D2;
}

a:link {
	color: #771D06;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #771D06;
}
a:hover {
	color: #771D06;
	text-decoration: underline;
}
a:active {
	color: #771D06;
	text-decoration: none;
}
.titleText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #582521;
}

.titleTextBrightRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CC0000;
}
.titleTextBIG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}
.mainTextDeepRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #771D06;
}
.mainTextStrikeout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CC0000;
	text-decoration: line-through;
}
