/*
quando una dichiarazione è in colore blu, probabilmente manca una virgola a chidere le proprietà della dichiarazione precedente
*/

body {
	background:#FFFFED;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	vertical-align: top;
		} 
h1 {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 25pt;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	color: #8B0000;
	font-style: normal;
	} 
h2 {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	color: #8B0000;
	font-style: normal;
	}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: 100;
	margin-left: 10px;
	margin-right: 10px;
	color: #8B0000;
	font-style: normal;
	vertical-align: middle;
}
 
hr {
	font-family: "Century Gothic", Verdana, Arial;
	margin-left: 10px; 
	margin-right: 10px; 
	color:#8B0000; 
} 
p {
 	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12pt; 
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 20px;
	text-indent: 30px;
	color: Black;
	text-align: justify;
	} 
	
ol{
	font-family: "Century Gothic", Verdana, Arial;
	font-size:14pt; 
	margin-left:50px; 
	margin-right: 10px; 
	color:#8B0000; 
	} 
ul {
	font-family: "Century Gothic", Verdana, Arial;
	font-size:10pt; 
	margin: auto;
	color:#8B0000;
	list-style-type: circle;
	list-style-position: outside;
	} 
li {
	font-family: "Century Gothic", Verdana, Arial;
	font-size:10pt; 
	color:#8B0000;.
	line-height: normal;
	}
dt {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12pt; 
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 20px;
	text-indent: 30px;
	line-height: normal;
	color: Black;
}



tbody{
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 10pt;
	color: #880000;
	}

td {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 14pt;	
}
	

td.colcentr {
	background-color: White;
	text-align: center;
	vertical-align: top;
	width: 60%;
	margin-top: auto;
	margin-right: -2pt;
	margin-left: -2pt;
	border-left: thin solid #330000;
	border-right: thin solid #330000;
}

tr {
   border: 0px;
	}


h4 {
	font-family: "Century Gothic", Verdana, Arial;
	color: #880000;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	padding-left: 2pt;
	}

.smalltext {
	font-family: sans-serif;
	font-size: xx-small;
	vertical-align: middle;
	text-indent: 15px;	
	background-color: White;
	}

em {
	font-style: italic;
}


 


