
.titolo { font-family: Arial, Helvetica, sans-serif; 
		  font-size:16px; 
		  font-weight: bold;
		  color:#000000 }

.sottoTitolo { font-family: Arial, Helvetica, sans-serif; 
			   font-size:14px; 
		  	   font-weight: bold;
			   color:#414141 }

.labelBig { font-family: Arial, Helvetica, sans-serif; 
			font-size:14px; 
			font-weight: normal;
			color:#F6080D }
			
.labelSmall { font-family: Arial, Helvetica, sans-serif; 
			  font-size:10px;
			  font-weight: bold; 
			  color:#F6080D }
			  
.labelBlack { font-family: Arial, Helvetica, sans-serif; 
			  font-size:12px;
			  font-weight: normal; 
			  color:#000000 }

.labelMini { font-family: Arial, Helvetica, sans-serif; 
			  font-size:10px;
			  font-weight: normal; 
			  color:#F6080D }
			  
.labelMiniBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.text { font-family: Arial, Helvetica, sans-serif; 
	    font-size:14px;
	    font-weight: normal; 
	    color:#000000 }

.textB { font-family: Arial, Helvetica, sans-serif; 
	    font-size:12px;
	    font-weight: 600; 
	    color:#000000 }

.textMiniBlack { font-family: Arial, Helvetica, sans-serif; 
			  	  font-size:12px;
			  	  font-weight: normal; 
			  	  color:#000000 }

			  	
/*	LINKS	*/

A {color: #6633FF; text-decoration: none;}
A:hover {color: #B281C8;}

body { background-color: #F5F7F8}

/*	FORMS	*/

.butt {
	font-size: 10px;
}
input { height: 20px; font-family: sans-serif; font-size: 12px;}
select { height: 19px; width: 400px; font-family: sans-serif; font-size: 12px;}
textarea { font-family: sans-serif; font-size: 12px;}