/* ************ */
/* CORPO PAGINA */
/* ************ */

body {
	margin-top: 0;
	margin-left: 0;
	width: 750px;
	background-color; #FFFFFF; 
	text-color="#000000";
	font: 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
  link-color="#550000"; 
	vlink-color="#550000"; 
	alink-color="#550000";
}

#corpo {
width: 100%;
  }

/* ********* */
/* PARAGRAFI */
/* ********* */

p {
  text-align: justify; 
	font-family: Verdana, Arial, Helvetica, tahoma, sans-serif ;
	font-size: 12px;
	padding-left: 10px;
	 }

p.centrato{
font-style: normal;
text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif, tahoma;
	text-align: center;
	font-size: 24pt;
	color: #550000;
  }
	
p.titolo
{
	color: #550000;
	font-family: Arial, Helvetica, sans-serif, tahoma;
	text-align: center;
	font-style: italic;
	font-size: 14pt;
	font-weight: bold;
}

p.titolo-paragrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

p.titolo14
{
color: #330000;
text-align: center;
font-size: 14pt;
font-weight: bold;
}

p.titolo18
{
color: #330000;
text-align: center;
font-size: 18pt;
font-weight: bold;
}

p.titolo24
{
	color: #550000;
font-size: 24pt;
font-style: normal;
font-weight: bold;
text-align: center;
}

p.piccolo
{	
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

p.piccolo-centrato 
{ 
	font-size: 10pt;
	font-style: normal;
	text-align: center;
  }

p.citazione
{	
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	padding-left:5%;
color: #000000;
	text-align: justify;
}


/* ***************** */
/* LINK IPERTESTUALI */
/* ***************** */

a
{
	font-style: normal;
	color: #330000;
 font-weight: bold;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/* ******* */
/* TABELLE */
/* ******* */

td
{
font-style: normal;
text-align: justify; 
}

table.areariservata
{
	background-color: #999999;
}

td.interno
{
	background-color: #CCCCCC;
	padding-left: 4;
	padding-right: 4;
}

td.internotitle
{
	background-color: #666666;
	padding-left: 4;
	padding-right: 4;
}

/* ************** */
/* LISTE ORDINATE */
/* ************** */

ol
{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}
li.sinistro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

