.white_bold_txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.copyright_txt {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma;
}
.red_bold_txt {
	color: #DE1D1E;
	font-size: 11px;
	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;
}
.white_heading_txt {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red_normal_txt {
	color: #DA211E;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.black_heading_txt {
	color: #666666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red_heading_txt {
	color: #B5191A;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #CBCBCB;
}
a:link {
	color: #DA211E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DA211E;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
.white_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white_link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white_link:hover {
	text-decoration: none;
	color: #FFBC12;
}
.white_link:active {
	text-decoration: none;
	color: #FFBC12;
}