P, BODY, TD, SPAN, LI{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333; 
	
	} 
	.testo {
		font-size: 12px;
		text-align: justify;
		line-height: 1.3;
		color: #333

	}
	A.testo:link {
		font-weight: bold;
		color: #333;
		text-decoration: none;
		
	}
	
	A.testo:visited {
		font-weight: bold;
		color: #999;
		text-decoration: none;
		
	}
	
	A.testo:hover {
		font-weight: bold;
		color: #333;
		text-decoration: underline;
		
	}
	
	A.testo:active {
		font-weight: bold;
		color: #333;
		text-decoration: none;
		
	}
	
	.titolo {
		font-size: 13px;
		color: #F96610;
	
	}
	
	.indirizzo {
		font-size: 11px;
		text-align: left;
		color: #000; 
	}
	
	
	.menu {
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		color: #333;
		font-weight: bold;
	}

	A.menu:link {
		font-size: 12px;
		font-weight: bold;
		color: #333;
		text-decoration: none;
		
	}
	
	A.menu:visited {
		font-size: 12px;
		font-weight: bold;
		color: #666;
		text-decoration: none;
		
	}
	
	A.menu:hover {
		font-size: 12px;
		font-weight: bold;
		color: #999;
		text-decoration: none;
		
	}
	
	A.menu:active {
		font-size: 12px;
		font-weight: bold;
		color: #333;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	}

	FORM {
		margin: 5px 0px 15px 0px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px;

	}

	INPUT, SELECT, TEXTAREA, FILE {
		font-family : arial, helvetica, sans-serif;
		font-size : 11px;
		border-width : 1px;
		color : #666;
		font-style: normal;
	}
	
	#boxmodel {
	width:550px;
	padding:5px 0px 0px 10px;
	
	background-repeat: no-repeat;
	background-position: bottom right;

		
	}
	#boxgrigio {
	width:550px;
	padding:5px;
	margin:0px;
	background:#CCCCCC;
		
	}