body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: "Arial";
}
#content { 
padding-bottom: 0px; position: relative;
width: auto;
	font-size: 8pt;
	line-height: 125%
	}
div.TitoloPrincipale1 {font-size: 14px; color: #f07f05; padding-bottom:0px; text-align: left; text-decoration:none;}

a:active {text-decoration: none; color: #de260f}
a:link {text-decoration: none;  color: #de260f}
a:visited {text-decoration: none; color: #de260f}
a:active {text-decoration: none; color: #de260f}
a:hover   {text-decoration: none; color: #000000}

h1 {font-size: 14px; color: #023564; text-align: left; text-decoration:none; font-weight: lighter}
h1 a:active {text-decoration: none;  color: #013766}
h1 a:link {text-decoration: none;    color: #013766}
h1 a:visited {text-decoration: none; color: #013766}
h1 a:active {text-decoration: none;  color: #013766}
h1 a:hover {text-decoration: none;   color: #f07f05}
p {text-align: justify; font-size: 8pt; padding:0px; padding-right:5px; padding-left:2px; margin-top:0px; margin-bottom:15px;}

#mycustomscroll {
/* Typical fixed height and fixed width example */
height: 355px;
width: auto;
overflow: auto;
/* IE overflow fix, position must be relative or relative*/
position: relative;
background-color: #ffffff;
margin: 0px;
padding: 0px;
	text-align: justify;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
height: 355px;
width: auto;
overflow: auto;
/* IE overflow fix, position must be relative or relative*/
position: relative;
background-color: #ffffff;
margin: 0px;
padding: 0px;
	text-align: justify;
}

.fixedwidth2 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: auto;
height: auto;
position: relative;
color: black;
padding: 0px;
}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
height: auto;
width: auto;
position: relative;
color: black;
padding: 0px;
}