
.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: normal;	/*bold; */
	    color:#000000 }

.textMiniBlack { font-family: Arial, Helvetica, sans-serif; 
			  	  font-size:12px;
			  	  font-weight: normal; 
			  	  color:#000000 }

.textManuale{ 
	font-family: Arial;
	font-size: .9em;
	line-height: 1.4em;
	color:#000000; }	  	
/*	LINKS	*/

A {color: #6633FF; text-decoration: none;}
A:hover {color: #B281C8;}

body { background-color: #F5F7F8}

/*	FORMS	*/

.butt {
	font-size: 9px;
	border-style: solid; 
	border-color: #958D7E; 
	border-width: 1px 2px 2px 1px;
}
input { 
	height: 20px; 
	font-family: sans-serif; 
	font-size: 12px;
	border-bottom-color: #958D7E;
	border-right-color: #958D7E; 
	border-width: 2px 1px 1px 2px;
	}
select { 
	height: 19px; 
	font-family: sans-serif; 
	font-size: 12px;
	border-color: #958D7E; 
	}
textarea { 
	font-family: sans-serif; 
	font-size: 12px;
	border-style: solid; 
	border-color: #958D7E; 
	border-width: 2px 1px 1px 2px;
	}


