
/* definisco gli stili per titolo e testo */





.title {
   font-weight: bold;
   font-size: 14pt;
}

.midtitle {
   font-weight: bold;
   font-size: 12pt;
}

.midtitletxt {
	font-weight: normal;
	text-align: center;
	color:#000000;
	background: #fce8e8;
}

.text {
   font-size: 10pt;
   text-align: justify;
	
}



/* Higlight */
.hl {
   font-size: 10pt;
	color: #000000;
	background-color: #FFFF00;
   text-align: justify;
}

.note {
	font-size: 8pt;
	font-weight: normal;
}


/* Definisco il carattere  base */
body, div, h1, h2, h3, h4, h5, h6, td, p {
   font-family: Tahoma, Helvetica, Sans-serif;
}

/* Dimensione carattere */
body, div, td, p {
   font-size: 10pt;
}

/* Link base */
a:link, a:visited, a:active {
   text-decoration:none;
   font-weight:normal;
   font-size:100%;
   color:#b32124;
}
a:active {
   color:red;
}
a:hover {
   color:#ff0000;
   text-decoration:underline;
}


/** Content styles **/
#content,
#content p,
#content ul {
   font-size: 9pt;
   color: #000000;
   text-align:left;
   font-family: Tahoma, Helvetica, Sans-serif;
   
}

#content td {
   font-size: 8pt;
   color: #000000;
   font-family: Tahoma, Helvetica, Sans-serif;
   
}

#content th {
   font-size: 8pt;
   color: #222266;
   text-align:center;
   font-family: Tahoma, Helvetica, Sans-serif;
   
}

#content h1 {
   font-size:10pt; 
   color:#b32124;
   font-weight: normal;
   margin: 0px;
}

#content h6 {
   font-size:10pt; 
   color:#6881b7;
   font-weight: normal;
   margin: 0px;
   border-top: 1px solid #6881b7;
   text-align: center;
}

#content h2 {
   font-size:9pt;
   color:#222222;
   font-weight: bold;
   margin: 20px;
   margin-top:30px;
}

#content h3 {
   font-size:9pt;
   color:#222222;
   font-weight: bold;
   text-align: right;
   border-bottom: 1px solid #222222;
   margin: 10px;
   margin-top:20px;
}

#content h4 {
   font-size:8pt;
   color:#222277;
   font-weight: bold;
   margin: 0px;
   margin-left:20px;
}

#content h4 a {
   font-size:8pt;
   color:#2222AA;
   font-weight: bold;
   margin: 0px;
}

#content h5 {
   font-size:7pt;
   color:#555555;
   font-weight: normal;
   margin: 0px;
   margin-left:20px;
}

#content a {
   color:#b32124;
}

#content p {
   text-indent:10px;   
}

#content li {
   padding-bottom: 10px;
}