.normal {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.normalbold {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.brown {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #574109;
}
.brownbold {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #574109;
}
.red {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #9F2214;
}
.blue {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #B35638;
}
.green {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #53531E;
}
.bluelargebold {
	font-family: times, serif;
	font-size: 16px;
	color: #4F7282;
	font-style: italic;
	font-weight: bold;
}
.normalsmall {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bluesmall {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #4F7282;
}
a:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #53531E;
	text-decoration: underline;
}
a:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #53531E;
	text-decoration: underline;
}
a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B35638;
	text-decoration: none;
}
a:active {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #574109;
	text-decoration: none;
}

a:link.main {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #574109;
	text-decoration: underline;
}
a:visited.main {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #574109;
	text-decoration: underline;
}
a:hover.main {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B35638;
	text-decoration: none;
}
a:active.main {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F2DB9B;
	text-decoration: none;
}


