/* ------ FONTS ------ */

body 
{ 
	font-family: Verdana, Arial;
	font-size: 8.5pt;
	color: #000000;
	line-height: 1.5em;
}

td
{
  font-family: Verdana, Arial;
  font-size: 9.5pt;
	color: #000000;
}

.page_heading
{ 
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #bd0000;
	font-weight: bold;
	position: relative;
	top: -5px;
}

.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;
}

a
{
	color: #4498D1;
}