/* ------ FONTS ------ */

body 
{ 
	font-family: trebuchet ms;
	font-size: 9pt;
	color: #851F2A;
}

td
{
  font-family: trebuchet ms;
  font-size: 9pt;
	color: #851F2A;
}

.page_heading
{ 
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #AF4C22;
}

.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;
}