.normal_grey_txt {
	color: #A6A6A6;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.black_bold_txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange_heading_txt {
	color: #F0A106;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.grey_body_txt {
	color: #999999;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.grey_link_txt {
	color: #6A6869;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #A6A6A6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A6A6A6;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.grey_link:link {
	color: #323232;
	text-decoration: none;
}
.grey_link:visited {
	text-decoration: none;
	color: #323232;
}
.grey_link:hover {
	text-decoration: none;
	color: #000000;
}
.grey_link:active {
	text-decoration: none;
	color: #000000;
}
