.testo, TD {
	font-family:verdana;
	font-size:10;
	}
	
.tableSimple {border:1px solid black}	

input {
	font-family:verdana;
	font-size:10;
	}
	
.inputDati {
	font-family:verdana;
	font-size:10;
	text-align:right;
	
	}
.inputTotale {
	font-family:verdana;
	font-size:10;
	text-align:right;
	font-weight:normal;
	background-color:#efcf50;
	cursor:hand;
	}
	
.button {
	font-family:verdana;
	font-size:10;
	text-align:center;
	font-weight:bold;
	}
	
.empty {
	background-color:#ffffff;
	width:55;
	border-bottom:1px solid black;
	}
	
.sezione {
	background-color:#ffffff;
	border-bottom:1px solid black;
	font-weight:bold;
	font-size:13;
	}
	
.rowHead {
	background-color:navy;
	color:white;
	font-size:12;
}	

.testata {
	background-color:#ffffff;
	border-bottom:1px solid black;
	font-weight:bold;
	font-size:11;
	}
	
.valore {
	background-color:#ffff95;
	border-bottom:1px solid black;
	}
	
.totale {
	background-color:#efcf50;
	border-bottom:1px solid black;
	font-weight:normal;
	}
	
 .tab {
 	background-color:#e6e6fa;
	font-family:verdana;
	font-size:10;
	text-align:center;
	font-weight:bold;
	width:120px;
	height:30px;
 }
 
 .tabSelected {
	background-color: navy;
	color:#ffffff;
	font-family: verdana;
	font-size: 10;
	text-align: center;
	font-weight: bold;
	width:120px;
	height:30px;
}

.btn {
	
	background-color: #e6e6fa;
	padding:3px;
	font-family: verdana;
	font-size: 10;
	text-align: center;
	font-weight: bold;
	width:90px;
}

 .bottone {
 	background-color:#e6e6fa;
	font-family:verdana;
	font-size:10;
	text-align:center;
	font-weight:bold;
	width:120px;
	height:20px;
 }

  .bottone2 {
	 border-bottom:1px solid black;
	 border-right:1px solid black;
	 border-top:1px solid white;
	 border-left:1px solid white;
	 text-decoration:none;
	 background-color:#8080ff;
	 color:white;
	 padding:2px;
 }
 
 
 .menu {
	 border-bottom:1px solid black;
	 border-right:1px solid black;
	 border-top:1px solid white;
	 border-left:1px solid white;
	 width:200px;
	 text-decoration:none;
	 background-color:#5b71d2;
	 color:white;
	 padding:2px;
 }
 
  
 .titolo {
	 border-bottom:1px solid black;
	 border-right:1px solid black;
	 border-top:1px solid white;
	 border-left:1px solid white;
	 width:500px;
	 text-decoration:none;
	 background-color:#5b71d2;
	 color:white;
	 padding:2px;
 }