.copyright_txt {
	color: #FFC6C6;
	font-size: 11px;
	font-family: Tahoma;
}
.yellow_bold_txt {
	color: #EFC41F;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.grey_normal_txt {
	color: #9B9A99;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red_bold_txt {
	color: #FF0000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black_normal_txt {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #9B9A99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9B9A99;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.yellow_link:link {
	color: #EFC41F;
	text-decoration: none;
}
.yellow_link:visited {
	text-decoration: none;
	color: #EFC41F;
}
.yellow_link:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.yellow_link:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	background-color: #999999;
}
