/* ---------------------------------------- */
/* CSS pagine standard CdR Tipo 4 (Pan-Zal) */
/* ---------------------------------------- */

/* Visualizzazione collegamenti ipertestuali (a:) e relative pseudoclassi/stati */
a:link {color: #0000BB; text-decoration: none;} 
a:visited {color: #0000BB; text-decoration: none;}  
a:active {color: #0000BB;text-decoration: none;} 
a:hover {color: #000000; background-color: #FAF0E6; text-decoration: underline;} 

body
{
	margin-top: 6px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, serif;
	color: #000000; 
	font-size: 12.0pt;
	line-height: 100%;
	text-align: justify;
	background-color: #FEFEF3;
}
/* Paragrafo generico */
p {
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Immagine standard */
Img {
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	border: 0px;
}

/* Elenchi puntati UL e numerati OL */
UL {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	text-indent: 1px;
	list-style-position: outside;
}
OL {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 42px;
	text-indent: 1px;
	list-style-position: outside;
}
/* Linea elenco numerato/puntato */
li {
	margin-top: 3px;
}
/* Tabelle */
Table {
	border: 0px solid black;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	border-collapse: collapse;
	padding: 0px;
	line-height: 100%;
}
/* Titolo1 - intestazione pagina */
h1 {
	font-size: 160%;
	text-align: center;
	margin-top: 15px;
	font-family: "Comic Sans MS", sans-serif, serif;
	color: #FF6600;
}

/* Classi */
/* Piedipagina */
.Par_PiePag_frame {
	margin-top: 2px;
	margin-bottom: 0px;
	text-align: center;
	border-top: 1px solid white;
	border-bottom: 0px solid white;
	border-left: 0px solid white;
	border-right: 0px solid white;
	padding: 4px;
}
/* -- */

/* ---- Fine ------ */