.grey_bold_txt {
	color: #DDDCDA;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.yellow_normal_txt {
	color: #FFBE00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.reddish_normal_txt {
	color: #F3BBBA;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red_bold_txt {
	color: #BA0001;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.grey_normal_txt {
	color: #989898;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orange_bold_txt {
	color: #EC8502;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange_big_heading {
	color: #E48F00;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #DDDCDA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DDDCDA;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
.yellow_link:link {
	color: #FFBE00;
	text-decoration: none;
}
.yellow_link:visited {
	text-decoration: none;
	color: #FFBE00;
}
.yellow_link:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.yellow_link:active {
	text-decoration: none;
	color: #FFFFFF;
}