.copyright-txt {
	color: #999999;
	font-size: 11px;
	font-family: Tahoma;
}
.white-bold-txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.yellow-bold-txt {
	color: #FFFF00;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.white-normal-txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.green-heading-txt {
	color: #659B21;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-normal-txt {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.white-heading-txt {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-bold-txt {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-bold-txt {
	color: #659B12;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #3E3E3E;
}
a:link {
	color: #659B12;
}
a:visited {
	color: #659B12;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC3300;
}
.white-link:link {
	text-decoration: none;
	color: #ffffff;
}
.white-link:visited {
	text-decoration: none;
	color: #ffffff;
}
.white-link:hover {
	text-decoration: none;
	color: #000000;
}
.white-link:active {
	text-decoration: none;
	color: #000000;
}