BODY {
	background-color: #235A8C;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;	
}

TABLE.sfondo_interno {
	
	background-image: url('../immagini/layout/sfondo_interno.gif');
	background-repeat: repeat-x;
	background-position: top left;
		
}

TABLE.tabella_bianca {
	background-color: #FFFFFF;	
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}


TD.sfondo_titolo_sezione {
	
	background-color: #333333;
	background-image: url('../immagini/layout/sfondo_titolo_sezione.gif');
	background-repeat: repeat-y;
	background-position: top left;
	border-bottom: 1px solid #FFFFFF;
	
}

TD.cella_pulsante {
	background-color: #2F78BB;
	padding-right: 10px;	
}

TD.linktestuali {
	background-color: #E0EBF5;
	color: #235A8C;
	font-size: 7.5pt;
	padding-right: 10px;	
}

TD.testo_giustificato {
		
	font-size: 8pt;
	text-align: justify;
	line-height: 12pt;
}

TD.testo {
		
	font-size: 8pt;
	line-height: 12pt;
}


.bordo_immagine {
	
	border: 1px solid #333333;	
}

TD.didascalia {
	font-size: 7pt;
	color: #235A8C;	
}

A {
	color: #235A8C;		
}

A:hover {
	color: #000000;		
}

UL {
	line-height: 15pt;
}

