/* ATTENZIONE */
/* 
Questi stili sono collegati a pagine vecchie oppure sono in via di sostituzione.
Per le pagine nuove collegarsi ai fogli di stile presenti in "000-stili".
*/


/* LINK SENZA LINEA */
a.percorso { text-decoration: none }
a.sezionimenu    { text-decoration: none }
/* ----------------------------------------------- */

/* FONT PER TUTTO IL SITO */
body  { font-size: 101%; color: black; font-family: Arial, Helvetica, Geneva, Verdana, Swiss, SunSans-Regular; background-color: white }
div { font-family: Arial, Helvetica, Geneva, Verdana, Swiss, SunSans-Regular }
p { font-family: Arial, Helvetica, Geneva, Verdana, Swiss, SunSans-Regular }
table { font-family: Arial, Helvetica, Geneva, Verdana, Swiss, SunSans-Regular }
th { font-family: Arial, Helvetica, Geneva, Verdana, Swiss, SunSans-Regular }
td { font-family: Arial, Helvetica, Geneva, Verdana, Swiss, SunSans-Regular }
/* ----------------------------------------------- */


/* FORMATI DEI CARATTERI EM */
.big { font-size: 1.17em }    /* come tag omonimo */
.small { font-size: .83em }    /* come tag omonimo */
/* ----------------------------------------------- */


/* FORMATI DEI CARATTERI IN PIXEL */
.c12 { font-size: 12px }
.c16 { font-size: 16px }
/* ----------------------------------------------- */

/* ALLINEAMENTO */
.centro { text-align: center }
.destra { text-align: right }
.sinistra { text-align: left }
/* ----------------------------------------------- */

/* PERCORSO FUORI DALLA CELLA */
.percorso  { font-size: 12px; text-transform: uppercase }
/* ----------------------------------------------- */


/* COLLEGAMENTI NELLE PAGINE INDICE*/
.sezionimenu  { font-size: 11px; font-family: Verdana }   /* menu principale, secondario e vecchie pagine */
/* ----------------------------------------------- */

/* PIEÕ DI PAGINA */
.copy   { font-size: 12px }
/* ----------------------------------------------- */

/* TAG */
hr  { border: inset 1px }
pre { font-family: "Courier New", Courier, Monaco }

body.bacheca  { 
color: black; background-color: #9c9 
}

/* DALLA STAMPA */

body.dallastampa    { 
margin: 0; padding: 0 .5em;
color: black; background: white url(immagini/sfondi/stampa.GIF) 
}

body.dallastampa p,
body.dallastampa p.small { 
font-size: .83em;
margin: 0 0 .3em 0; padding: 0;
}

/* TITOLI */

h1 { font-size: 1.5em }
h2 { font-size: 1.34em }
h3 { font-size: 1.17em }

/* ELENCHI */
ul.spaziato li {margin-bottom: 1em;}
