@charset "UTF-8";
/* CSS Document */

body td, p {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000; }
h1 { 
    font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 11px;
	color: #2499d5; }
a:link, a:active, a:visited  { 
	text-decoration: underline;
	color: #57532A;
	font-weight: none;
	}
a:hover { 
	text-decoration: none;
	color: #000000;
	font-weight: none;
}	
.blackheader {
	font-size: 10pt;
	line-height: 16px;
	font-weight: bold;
	color: #000000; }
	
.greyheader {
	font-size: 10pt;
	line-height: 16px;
	font-weight: bold;
	color: #4D4D4D; }
