/* CSS Document */
a.white_link{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}
a.white_link:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
.white{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
}
a.red_link{
	font-family:Tahoma;
	font-size:11px;
	color:#F20B00;
	text-decoration:underline;
}767171
a.red_link:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#F20B00;
	text-decoration:none;
}
a.gray_down_link{
	font-family:Tahoma;
	font-size:11px;
	color:#767171;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}
a.gray_down_link:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#767171;
	text-decoration:underline;
	padding-left:15px;
	padding-right:15px;
}
.gray{
	font-family:Tahoma;
	font-size:11px;
	color:#757575;
}