
		
/* typography and basic styles NPHS*/


.annualreportheader{	
     font-family: Arial, Helvetica, sans-serif;
     font-size: 18px;
	 font-weight: bold;	 
    }

.annualreportsmallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
    }

.headerbold {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
    }

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
    }

.style2bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
    }

.style3 {
    font-size: 10px;
	color: #000000;
    }

.style4 {
    font-size: 14px
	color: #0000FF;
    }

.style5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
    }

.style7 {
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
    }

.style9 {
    font-family: Arial; 
	font-size: 9pt; 
	color: #000000; 
    }

.style10 {
     color: #FF0000
    }

.style33 {
     font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	 color: #000000;  
    }

.style34 {
     font-family: Geneva, Arial, Helvetica, sans-serif; 
	 font-size: 10px;    
	 color: #000000; 
    }

.style34bold {
     font-family: Geneva, Arial, Helvetica, sans-serif; 
	 font-size: 11px; 
	 font-weight:bold;
	 color: #000000;
    }

.style43 {
     font-family: Geneva, Arial, Helvetica, sans-serif; 
	 font-size: 11px; 
	 color: #000000;
    }

.style45 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
    }



/* links */	


a:link {
   color: #0000FF; 
    }


a:visited {
	color: #0000FF;
    }	
	
/* IMAGES */
.img_left 							{float:left;margin:0.3em 1em 1em 0;}
.img_right 						{float:right;margin:0.3em 1em 1em 0;}	
	
		
/*  end of typography and basic styles*/



/* TSG footer*/	

.TSGfooter {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #595a59;
	}
	

.TSGfooter a {
		
		text-decoration:none;
		color: #595a59;	
	}

.TSGfooter a:hover, a:active {
		
		text-decoration: underline;
		color: #838784;
	}