	
SPAN {font-family: arial,helvetica ; }	

.testo, .testoForm, a {
        font-size: 8pt ;
	line-height: 12pt;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: #000000;
        }

.testoForm {
        line-height: 21px;
	}

.titolo {
        font-size: 14pt ;
        line-height: 16pt;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: #990000 ;
        }

.titoloSmall {
        font-size: 11pt ;
        line-height: 12pt;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: #990000 ;
        }

.sottoTitolo, .sottoTitoloSmall {
        font-size: 11pt ;
        line-height: 11pt;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: #000000;
        }

.sottoTitoloSmall {
        font-size: 8pt ;
        line-height: 9pt;
	}

SPAN.copyright { /* font relativo alla include di copyright */
                font-weight:normal;
                font-style:normal;
                text-decoration:none;
                font-size:8pt;
                line-height:9 pt;
                color:#c8c8c8 }



a {
        text-decoration: none;
        color: #990000 ;
	}

a:hover {
        text-decoration: none;
	color: #ff9900 ;
	}

a:active {
        text-decoration: none;
        color: #990000 ;
	}

a:visited {
        text-decoration: none;
	}


ul {
 	/* Con NS funzionano ma c'è dello spazio ineliminabile... :-( */
	margin-top: 0px;
	margin-bottom: 10px;

	/* Questa proprietà con NS e fa perdere il quadratino :-( */
	margin-left: 20px;

	/* Con Opera il quadrato è visualizzato vuoto all'interno... :-(  */
	list-style-type: square;
}
