/* ------ FONTS ------ */

body 
{ 
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #8D514F;
}

td
{
  font-family: Verdana, Arial;
  font-size: 11px;
	color: #8D514F;
}

.page_heading
{ 
	font-family: Arial;
	font-size: 26px;
	color: #D03831;
	font-weight: bold;
	margin-left: -4px;
}

.footer
{
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #EFF2F5;
}

a, a:visited, a:active, a:hover
{
	font-family: Verdana, Arial;
	text-decoration: underline;
	color: #552500;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active
{
	font-family: Verdana, Arial;
  font-size: 9px;
  color: #EFF2F5;
  text-decoration: underline;
	font-weight: normal;
}

a.footer_link:hover
{
	font-family: Verdana, Arial;
  font-size: 9px;
  color: #EFF2F5;
  text-decoration: underline;
	font-weight: normal;
}