/* ------ FONTS ------ */

body 
{ 
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #231F20;
}

td
{
  font-family: Arial, Verdana;
  font-size: 11px;
	color: #231F20;
}

.page_heading
{ 
	font-family: Arial;
	font-size: 18px;
	color: #5B795F;
	font-weight: bold;
}

.footer
{
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #A8A8A8;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active
{
	font-family: Verdana, Arial;
  font-size: 7.5pt;
  color: #BCBEC0;
  text-decoration: underline;
	font-weight: normal;
	background: transparent;
}

a.footer_link:hover
{
	font-family: Verdana, Arial;
  font-size: 7.5pt;
  color: #BCBEC0;
  text-decoration: underline;
	font-weight: normal;
	background: #F2F2F2;
}