<!--
BODY,P	{color: white; 
		background:black;
	  	font-family: MS Sans Serif,Abadi MT Condensed Light, arial; 
	  	font-size: 9pt}

th		{color: white; 
		background:black; 
	  	font-family: MS Sans Serif,Abadi MT Condensed Light, arial; 
	  	font-size: 9pt;
		font-weight: bold;
		text-align: left}

h1
{
	color: white; 
		background:black;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-align: left;
}

h2
{
	color: white; 
		background:black;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-align: left;
}

h3	
{
	color: white; 
		background:black;
	font-family: MS Sans Serif,Abadi MT Condensed Light, arial; 
	font-weight: normal;
	font-size: 9pt
}


  a:link {
    color: #4A4A71;
    text-decoration: underline;
  }
  a:visited {
    color: navy;
    text-decoration: underline;
  }
  a:hover {
    color: #333366;
    text-decoration: none;
  }
  a:hover.designme {
    color: #333366;
    text-decoration: none;
  }
  a:active {
    color: navy;
    text-decoration: underline;
  }

.noprint { display : none; }

.footer
{
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: none;
	background-color: transparent;
}



-->