
/* Styles that appear throughout the website */	


body{	
	background-color: #ffffff;
	margin-top : 0;
	margin-left : 0;
	margin-bottom : 0;
	margin-right : 0;
	
	font-family: verdana, sans serif, helvetica, arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
	line-height:12pt;	
	}
	
p,div,span, ul, ol, td { 
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt; 
	color: #000000;
	line-height:14pt;
	}
	
p.highlight,div.highlight,span.highlight, ul.highlight, ol.highlight { 
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt; 
	font-weight: 600; 
	color: #000000;
	line-height:14pt;
	}
	
img {
	border:0 ;
	}
	
p.subheader, div.subheader, span.subheader { 
	font-family: verdana, Geneva, sans serif, helvetica, arial; 
	font-size: 8pt; 
	color: #000000;
	line-height:14pt;
	font-weight: 600;
	}
