.heading_1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #5F5E4F;
	text-decoration: underline;
}
.heading_2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #5F5E4F;
	text-decoration: none;
}
.green_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #5F5E4F;
	text-decoration: none;
}
.white_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFE7DF;
	text-decoration: none;
}
a.yellow_link {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFDE00;
	text-decoration: underline;
}
a.yellow_link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFDE00;
	text-decoration: none;
}
a.red_link {
	font-family: Tahoma;
	font-size: 11px;
	color: #E60000;
	text-decoration: underline;
}
a.red_link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #E60000;
	text-decoration: none;
}
a.bottom_link {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF302C;
	text-decoration: none;
}
a.bottom_link:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF302C;
	text-decoration: underline;
}
.bottom_text {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF302C;
	text-decoration: none;
}
.rate_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #F20000;
	text-decoration: none;
}