
/* FONTS */
	a:hover {color:#CC0000}
	.header  		{font-size: 18pt;
					color: #000000;
					text-decoration: none;}
					
	.white   		{font-family: helvetica, sans-serif;
					color: #FFFFFF;
		  	 		font-size: 10pt;
					font-weight: bold;
			 		text-decoration: none;}

	.white-big 		{font-family: helvetica, sans-serif;
					color: #FFFFFF;
		  	 		font-size: 12pt;
					font-weight: bold;
			 		text-decoration: none;}

	.arial  		{font-family: helvetica, sans-serif;
		  	 		font-size: 10pt;
			 		text-decoration: none;
					color: black}

	.arial-big  	{font-family: helvetica, sans-serif;
		  	 		font-size: 12pt;
			 		text-decoration: none;
					color: black}
					
	.l-grey   		{font-family: helvetica, sans-serif;
					color: #666666;
		  	 		font-size: 10pt;
					font-weight: bold;
			 		text-decoration: none;}
					
	.grey   		{font-family: helvetica, sans-serif;
					color: #666666;
		  	 		font-size: 10pt;
					font-weight: bold;
			 		text-decoration: none;}
					
	.red  	 		{font-family: helvetica, sans-serif;
		  	 		font-size: 12pt;
			 		font-weight: bold;
			 		color: #CC0000;}

	.times-small	{font-size: 10pt;
			 		color: #000000;
					text-decoration: none;}

	 .times-big	    {font-size: 18pt;
			 		color: #000000;
					text-decoration: none;}
			 
			 
	.times-small-red{font-size: 10pt;
			 		font-weight: bold;
			 		color: #CC0000;
					text-decoration: none;}

	.times-red		{font-size: 18pt;
			 		color: #CC0000;
					text-decoration: none;}



			 



	
