

/* FONTS */

	.smal 	{font-family: helvetica, sans-serif;
			 font-size: 10pt}
			 
			 
	.big 	{font-family: helvetica, sans-serif;
		  	 font-size: 14pt}
			 
	.white 	{font-family: helvetica, sans-serif;
		  	 font-size: medium;
			 font-weight: bold;
			 color: white}
			 
	.green	{font-family: helvetica, sans-serif;
			 color: #336600;
			 font-weight: bold;
			 font-size: small}
			 
	




