/* Definisco le regole per il corpo del documento */
body { 
	 background: White; 
	 font-family: Geneva, Arial, Helvetica, sans-serif;
}

.testaQuadro{
	border: 1px solid black;
	border-collapse:collapse;
}

td.titoloBianco 
{
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

td.voce 
{
	font-size: 90%;
	color: #0000FF;
}
td.voce_red 
{
	font-size: 100%;
	color: #FF0000;
}

div#form
{
 	background-color:#ffffff;
	width:600px;
}

#presentazione { 
	 background: White; 
	 font-family: Geneva, Arial, Helvetica, sans-serif;

	 border: 2px solid black;
	 border-collapse: collapse;
}

#cella { 
	 background: White; 
	 font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size: 12px; 
	  
	 border-top-width:1px;
	 border-top-style:solid;
	 border-top-color:#000000;
 
	 border-left-width:1px;
	 border-left-style:solid;
	 border-left-color:#000000;	
	 
	 border-bottom-width:1px;
	 border-bottom-style:solid;
	 border-bottom-color:#000000;
 
	 border-right-width:1px;
	 border-right-style:solid;
	 border-right-color:#000000; 
}

#cella_b1 { 
	 background: White; 
	 font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size: 12px; 
	  
	 border-top-width:1px;
	 border-top-style:solid;
	 border-top-color:#000000;
 
	 border-left-width:1px;
	 border-left-style:solid;
	 border-left-color:#000000;	
	 
	 border-bottom-width:1px;
	 border-bottom-style:solid;
	 border-bottom-color:#000000;
 }

#cella_b2 { 
	 background: White; 
	 font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size: 12px; 
	  
	 border-top-width:1px;
	 border-top-style:solid;
	 border-top-color:#000000;

	 border-bottom-width:1px;
	 border-bottom-style:solid;
	 border-bottom-color:#000000;
 
	 border-right-width:1px;
	 border-right-style:solid;
	 border-right-color:#000000; 
}

#hcella { 
	 background: White; 
	 font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-weight: 800;
	  font-size: 12px; 
	 border: 1px solid black;
}