.copyright_txt {
	color: #999999;
	font-size: 11px;
	font-family: Tahoma;
}
.red_bold-txt {
	color: #DD0B18;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}
.white_normal_txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.yello_bold_txt {
	color: #FDD805;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red_heading {
	color: #DF1219;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black_normal {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.black_normal2 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #DD0B18;
	text-decoration: underline;
}
a:visited {
	color: #DD0B18;
}
a:hover {
	text-decoration: none;
	color: #204801;
}
a:active {
	text-decoration: none;
	color: #204801;
}
.whitelink:link {
	color: #ffffff;
	text-decoration: none;
}
.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
}
.whitelink:hover {
	text-decoration: none;
	color: #FCE30D;
}
.whitelink:active {
	text-decoration: none;
	color: #FCE30D;
}
body {
	background-color: #272727;
}