.copyright-txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
}
.copyright-txt2 {
	color: #3B434E;
	font-size: 11px;
	font-family: Tahoma;
}
.white-bold-txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.yelow-heading-txt {
	color: #F6CF18;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-normal-txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.grey-heading-txt {
	color: #616161;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue-heading-txt {
	color: #2066A4;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #0089E9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0089E9;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.white-links:link {
	color: #ffffff;
	text-decoration: none;
}
.white-links:visited {
	text-decoration: none;
	color: #ffffff;
}
.white-links:hover {
	text-decoration: none;
	color: #F6CF18;
}
.white-links:active {
	text-decoration: none;
	color: #F6CF18;
}
body {
	background-color: #717C8E;
}