@charset "UTF-8";
.white-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.white-body a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #ff8030;
	text-decoration: none;
}
.white-body a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #fd680a;
	text-decoration: none;
}
.gray-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #585858;
	text-decoration: none;
}
.gray-body a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #ff8030;
	text-decoration: none;
}
.gray-body a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #fd680a;
	text-decoration: none;
}
.orange-phone-number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f1701e;
	text-decoration: none;
}
.gray-phone-number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

