.logo-big-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}
.small-white-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.Normal-white-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.small-black-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.small-white-text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.headline-bold-gray-text {
	color: #AEAEAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.headline-bold-yeallow-text {
	color: #F9C801;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.normal-gray-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEAEAE;
}
.normal-yeallow-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9C801;
	font-weight: bold;
}
.heading-bold-read-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BF0000;
	font-weight: bold;
}
.normal-black-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #645E24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #BF0000;
	text-decoration: none;
}
a:active {
	color: #BF0000;
	text-decoration: none;
}
.white-text-link:link {
	color: #FFFFFF;
}
.white-text-link:visited {
	color: #FFFFFF;
}
.white-text-link:hover {
	color: #F7C202;
}
.white-text-link:active {
	color: #FFFFFF;
}
.black-text-link:link {
	color: #000000;
}
.black-text-link:visited {
	color: #000000;
}
.black-text-link:hover {
	color: #BF0000;
}
.black-text-link:active {
	color: #000000;
}
.1space{line-height:16px;}