.copyright_txt {
	color: #9C9C9C;
	font-size: 11px;
	font-family: Tahoma;
}
.grey_normal_txt {
	color: #9D9B9C;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.brown_bold_txt {
	color: #5B3707;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.yello_bold_txt {
	color: #EFC324;
	font-size: 12px;
	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;
}
.style1 {
	color: #D61100;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #D61100;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D61100;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.yellow_link:link {
	color: #EFC324;
	text-decoration: none;
}
.yellow_link:visited {
	text-decoration: none;
	color: #EFC324;
}
.yellow_link:hover {
	text-decoration: none;
	color: #FF6600;
}
.yellow_link:active {
	text-decoration: none;
	color: #FF6600;
}
.grey_link:link {
	color: #9D9B9C;
	text-decoration: none;
}
.grey_link:visited {
	text-decoration: none;
	color: #9D9B9C;
}
.grey_link:hover {
	text-decoration: none;
	color: #FF6600;
}
.grey_link:active {
	text-decoration: none;
	color: #FF6600;
}
body {
	background-color: #333333;
}
