.grey-bold-txt {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange-bold-txt {
	color: #FF6600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-bold-txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue-bold-txt {
	color: #2990D2;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.copyright-txt {
	color: #999999;
	font-size: 11px;
	font-family: Tahoma;
}
.black-normal-txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.green-bold-txt {
	color: #428B20;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-normal-txt {
	color: #43AB00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blue-heading-txt {
	color: #2990D2;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-heading-txt {
	color: #3A8811;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-links:link {
	color: #43AB00;
	text-decoration: none;
}
.green-links:visited {
	text-decoration: none;
	color: #43AB00;
}
.green-links:hover {
	text-decoration: none;
	color: #327AB4;
}
.green-links:active {
	text-decoration: none;
	color: #327AB4;
}
body {
	background-color: #338900;
}