/* CSS Document */

.tab1 {background:#E8E3D7;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:11px;
	   letter-spacing:1px;
	   color:#666666;
	   }
	   
.tab1 a {background:#E8E3D7;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:11px;
	   font-weight:bold;
	   color:#666666;
	   }
	   
.tab1 a:hover {background:#E8E3D7;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:11px;
	   color:#666666;
	   font-weight:bold;
	   text-decoration:none;
	   }		
	      
.tab2 {background:#EEEBE2;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:11px;
	   color:#666666;
	   }
	   
.tab2 a {background:#EEEBE2;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:11px;
	   font-weight:bold;
	   color:#666666;
	   }
	   
.tab2 a:hover {background:#EEEBE2;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:11px;
	   color:#666666;
	   font-weight:bold;
	   text-decoration:none;
	   }	
	      	   
.titolo {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#666666;}
		
.testo input, select, textarea {
		background-color:#ffffff;
		border-width : 1px;
		border: solid;
		font-family:Arial;
		color:#523A36;
		font-size:11px;		
		}
		
testo.btn {
		background-color:#ffffff;
		border:1px, solid, #333333;
		font-family:Arial;
		color:#39456C;
		font-size:12px;		
		}

			