.copyright_txt {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma;
}
.blue_normal_txt {
	color: #123C54;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.white_heading_txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange_heading_txt {
	color: #F68C1C;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black_normal_txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #CCCCCC;
}
a:link {
	color: #123C54;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #123C54;
}
a:hover {
	text-decoration: none;
	color: #9F0100;
}
a:active {
	text-decoration: none;
	color: #9F0100;
}