.white-normal-txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright-txt {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma;
}
.white-bold-txt {color: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.black-normal-txt {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.black-bold-txt {color: #333333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.blue-bold-txt {
	color: #0076DC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue-heading-txt {
	color: #1484C4;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-bold-txt {
	color: #4FA044;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.brown-bold-txt {
	color: #CC3300;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #cccccc;
}
a:link {
	color: #0076DC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0076DC;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.white-links:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white-links:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white-links:hover {
	text-decoration: none;
	color: #FFCC00;
}
.white-links:active {
	text-decoration: none;
	color: #FFCC00;
}