
font.main  
	{ font-family: Arial, Helvetica, Sans serif; 
		  font-size: 10pt;
		  color: #000000;
			font-weight: normal;
	 }

font.mainb 
	 { font-family: Arial, Helvetica, Sans serif; 
		 font-size: 10pt;
		 color: #000000;
		 font-weight: bold;
	 }

font.green 
   { font-family: Arial, Helvetica, Sans serif; 
		 font-size: 10pt;
		 color: #336633;
		 font-weight: bold;
	 }
	 
font.title 
	 { font-family: Arial, Helvetica, Sans serif; 
		 font-size: 18pt;
		 color: #336633;
		 font-weight: bold;
	 }

font.big 
	 { font-family: Arial, Helvetica, Sans serif; 
		 font-size: 18pt;
		 color: #336633;
		 font-weight: normal;
	 }
 
font.small 
	 { font-family: Arial, Helvetica, Sans serif; 
		 font-size: 7.2pt;
		 color: #336633;
		 font-weight: normal;
	 }

font.maing  
	{ font-family: Arial, Helvetica, Sans serif; 
		  font-size: 10pt;
		  color: #336633;
			font-weight: normal;
	 }
	 

