/* ------------------------------ */
/* CSS pagine standard CdR Tipo 1 */
/* ------------------------------ */

/* Visualizzazione collegamenti ipertestuali (a:) e relative pseudoclassi/stati */
a:link {color: #000080; text-decoration: none;} 
a:visited {color: #000080; text-decoration: none;}  
a:active {color: #000080;text-decoration: none;} 
a:hover {color: #000000; background-color: #ffe4c4; text-decoration: none;} 

body
{
	margin:0px 20px; 
	font-family: Arial, Verdana, serif;
	color: rgb(0,0,0); 
	font-size: 11.0pt;
	line-height: 100%;
	text-align: justify;
	background-color: #FEF1FE;
}
/* Paragrafo generico - vedi anche par_gen */
p {
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
	font-family: Arial, Verdana, serif;
	color: rgb(0,0,0); 
	font-size: 11.0pt;
	line-height: 100%;
}
/* Elenchi puntati UL e numerati OL */
UL {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	text-indent: 1px;
	list-style-position: outside;
	color: rgb(0,0,0); 
}
OL {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 42px;
	text-indent: 1px;
	list-style-position: outside;
	color: rgb(0,0,0); 
}
/* Linea elenco numerato/puntato */
li {
	margin-top: 3px;
}
/* Immagine standard */
Img {
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 0px solid white;
}

/* Tabelle */
Table {
	border: 0px solid black;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	border-collapse: collapse;
	padding: 0px;

}
/* Titolo1 - intestazione pagina */
h1 {
	font-size: 160%;
	text-align: center;
	margin-top: 10px;
	font-family: "Comic Sans MS", serif, sans-serif;
	FONT-WEIGHT: BOLD;
	color: #fa8072;

}
h2 {
	font-size: 110%;
	text-align: left;
	margin-top: 14px;
	margin-bottom: 2px;
	font-family: Arial, serif, sans-serif;
	FONT-WEIGHT: BOLD;
	color: #fa8072;
}

/* 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;
}

/* Immagine standard */
.img_std0 {
	position: relative;
	float: right;
	text-indent: 0px;
	line-height: 100%;
	border: 0px;
	border-style: solid;
}

.img_std1 {
	position: relative;
	float: right;
	margin-left: 8px;
	text-indent: 0px;
	line-height: 100%;
	border: 2px;
	border-style: solid;
	border-color: #FFFFFF;
}
/* tabella con foto 1 */
.TabFoto1 td {
	border: 2px solid white;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-collapse: collapse;
	padding: 0px;
}
/* definizione altre CLASSI */
.CdR_grassetto
	{color:red; font-weight:bold;}

/* definizione ID */
#bordo1R {
	border: 1px solid red;
}
#bordo1N {
	border: 1px solid black;
}
#Sfondo_C1 {
	background-color: #F0FEFF;
}

/* ---- Fine ------ */