/* Sergio Calligaris: pianista e compositore - Sito Ufficiale  */
/* Tutto il materiale presentato: (c)2000 Nuova Carisch s.r.l. */
/* A cura di Renzo Trabucco - E-mail: renzo.trabucco@libero.it */

/* CLASSI DECORATIVE */

/* Riempimento campo di testo */
td.sfondo {
	background:  #ffea33;
}

/* Marginatura tabella */
td.cornice {
	background:  #ffd700;
	color: #ffd700;
}

/* CLASSI GENERALI DI TESTO */

/* Titolo intestazione */
.testa {
	font-family: garamond, serif;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Testo corpo pagina */
DIV.corpo {
	font-family: times, serif;
	font-size: 16pt;
	text-align: justify;
}

/* Testo corpo catalogo */
table.catal {
	font-family: times, serif;
	font-size: 14pt;
	text-align: center;
}

/* Testo rassegna */
DIV.rassegna {
	font-family: times, serif;
	font-size: 16pt;
	text-align: center;
}

/* Testo bibliografia */
.biblio {
	font-family: times, serif;
	font-size: 12pt;
}

/* Piede pagina */
.piede {
	font-family: garamond, serif;
	font-size: 14pt;
	text-align: center;
	font-style: italic;
}

/* Testo di annotazione */
.nota14 {
	font-size: 14pt;
	text-align: justify;
}

/* CLASSI DIMENSIONE CARATTERE SEMPLICE*/


/* Carattere minimo */
.c08pt {
	font-size: 8pt;
}

/* Carattere minuscolo */
.c10pt {
	font-size: 10pt;
}

/* Carattere minuto */
.c12pt {
	font-size: 12pt;
}

/* Carattere piccolo */
.c14pt {
	font-size: 14pt;
}

/* Carattere normale */
.c16pt {
	font-size: 16pt;
}

/* Carattere medio */
.c18pt {
	font-size: 18pt;
}

/* Carattere grande */
.c20pt {
	font-size: 20pt;
}

/* Carattere maggiore */
.c22pt {
	font-size: 22pt;
}


/* Carattere massimo */
.c24pt {
	font-size: 24pt;
}

/* Carattere titolo */
.c26pt {
	font-size: 26pt;
}

/* CLASSI DIMENSIONE CARATTERE DECORATO */

/* Carattere massimo corsivo */
.c24pti {
	font-size: 24pt;
	font-style: italic;
}


/* CLASSI ALLINEAMENTO */

/* Allineamento a destra */
.ades {
	text-align: right;
}

/* Allineamento a sinistra */
.asin {
	text-align: left;
}

/* Allineamento al centro */
.acen {
	text-align: center;
}

/* Allineamento giustificato */
.agiu {
	text-align: justify;
}
