.blue_normal_txt {
	color: #9CB3DD;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.grey_normal_txt {
	color: #4C4C4A;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.white_bold_txt {
        color: #FEFDF8;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.yellow_bold_txt {
	color: #FF9933;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue_heading_txt {
	color: #1868C7;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange_bold_txt {
	color: #F46A29;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.yellow_heading_txt {
	color: #FFCA2C;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange_big_txt {
	color: #E5620A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.blue_big_txt {
	color: #375E95;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black_big_txt {
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #F46A29;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F46A29;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
.white_link:link {
	color: #FEFDF8;
	text-decoration: none;
}
.white_link:visited {
	text-decoration: none;
	color: #FF9933;
}
.white_link:hover {
	text-decoration: none;
	color: #FFCA2C;
}
.white_link:active {
	text-decoration: none;
	color: #FFCA2C;
}