/* ------------------------------------ */
/* CSS pagine standard CdR Tipo 3 (link)*/
/* ------------------------------------ */

/* Visualizzazione collegamenti ipertestuali (a:) e relative pseudoclassi/stati */
a:link {color: #00008B; text-decoration: none;} 
a:visited {color: #00008B; text-decoration: none;}  
a:active {color: #00008B;text-decoration: none;} 
a:hover {color: #000000; background-color: #FAF0E6; text-decoration: underline;} 

body
{
	margin:0px 20px; 
	font-family: Arial, Verdana, serif;
	color: #00008B; 
	font-size: 10.0pt;
	line-height: 100%;
	text-align: justify;
	background-color: #F0FEFF;
}
/* 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: #fa8072;
}
h2 {
	font-size: 135%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #0000FF;
}
h3 {
	font-size: 10pt;
	font-weight: normal;
	FONT-WEIGHT: BOLD;
	text-align: left;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 6px;
	color: #0000FF;
}

h5 {
	font-size: 120%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
	font-family: "Comic Sans MS", sans-serif, serif;
	color: #FF7F50;
}

/* 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;
}
/* -- */
.p1A {
	font-size: 10pt;
	text-align: LEFT;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, sans-serif, serif;
	color: BLACK;
}

.p1b {
	font-size: 8pt;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, sans-serif, serif;
	color: #0000FF;
}

.pWebM {
	font-size: 9pt;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Comic Sans MS", sans-serif, serif;
	color: #C0C0C0;
	font-weight: 400;
}

/* tabella 1 */
.Tab1 {
	background-color: #F5FFFA;
	padding: 0px;
	border: 0px solid white;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: "Comic Sans MS", sans-serif, serif;
	color: #00008B;
	line-height: 100%;
}
.TD1a {
	margin-top: 2px;
	border: 2px solid #F0E68C;
	text-align: center;
	FONT-SIZE: 13pt;
	
}
.TD1b {
	margin-top: 2px;
	border: 2px solid #F0E68C;
	color: #00008B;
	margin-left: 9px;
	margin-right: 9px;
	text-align: left;
	height: 27px;
	FONT-SIZE: 10pt;
	padding: 10px;
}
/* definizione altre CLASSI */
/* definizione ID */
#Sfondo_C1 {
	background-color: #F0FEFE;
}

/* ---- Fine ------ */