font.clsServicesCategory
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
}
font.clsServicesCategoryIT
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
}
.BodyTitle
{
	font-family: Arial;
	letter-spacing: 10pt;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}
.BodyText
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
}
.leftNavDescription 
{
	font-family: Arial, Sans-Serif;
	color: #ffffff;
	font-size: 9pt;
}
.leftNavTitle 
{
	font-family: Arial, Sans-Serif;
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
}
.Footer
{
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;	
}
.PageBorderTitle
{
	font-family: Arial;
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
}

/** DEFAULT PROPERTIES **/

body {
  background-color: #666666;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
}
a {
  color: #0070c0;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #d04000;
}
td, th {
  font-size: 10pt;
}
ul
{
	font-family: Sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
li
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}