/* ------ FONTS ------ */

body 
{ 
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #646464;
}

td
{
  font-family: Verdana, Arial;
  font-size: 11px;
	color: #646464;
}

.page_heading
{ 
	font-family: Arial, Verdana, Tahoma;
	font-size: 31px;
	color: #EA984D;
}

.footer
{
	font-family: Verdana, Arial;
	font-size: 7.5pt;
	color: #A8A8A8;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active
{
	font-family: Verdana, Arial;
  font-size: 7.5pt;
  color: #A8A8A8;
  text-decoration: underline;
	font-weight: normal;
	background: transparent;
}

a.footer_link:hover
{
	font-family: Verdana, Arial;
  font-size: 7.5pt;
  color: #A8A8A8;
  text-decoration: underline;
	font-weight: normal;
	background: #F2F2F2;
}

.recommend_site_link
{
  font-family: Arial;
  font-size: 7.5pt;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;

}