.copyright_txt {
	color: #FFC8C1;
	font-size: 11px;
	font-family: Tahoma;
}
.yellow_normal_txt {
	color: #F9B564;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red_normal_bold {
	color: #F9D6C2;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange_bold_txt {
	color: #D24E00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red_heading_txt {
	color: #F9D6C2;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black_normal_ttx {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orange_normal_txt {
	color: #FF6600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.brown_heading {
	color: #6B120E;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black_heading {
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #C2BBB5;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
.redish_link:link {
	color: #F9D6C2;
	text-decoration: none;
}
.redish_link:visited {
	text-decoration: none;
	color: #F9D6C2;
}
.redish_link:hover {
	text-decoration: none;
	color: #ffffFF;
}
.redish_link:active {
	text-decoration: none;
	color: #ffffFF;
}