@charset "utf-8";
.mainLight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.bgDark {
	background-color: #4C3327;
}
.bgMedium {
	background-color: #CDC2B1;
}
.bgLight {
	background-color: #E7E2D9;
}
.mainTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4C3327;
	line-height: 24px;
}
.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C3327;
}
.accentTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #4C3327;
}
.centerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C3327;
	text-decoration:underline;
}
a img { border: 0px; }
#testsubmit table {
	background-color: #000000;
}
.Blue.Link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	list-style-type: disc;
}

<style type="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover { {background: #354F6F; ; font-weight:bold; font-size:24; color: red;}
</style>