/* Foglio con lo stile usato in quasi tutte le pagine */

BODY { font-family: "times new roman", serif; font-size: 12pt }

h1 { font-size:18pt; font-family: "times new roman", serif;
	color:green ; vertical-align:0;
	margin-top:4px; margin-right:10px; margin-bottom:8px; margin-left:10px }
h2 { font-family:Arial; font-size:16pt; vertical-align: 0 }
h3 { font-family:"times new roman", serif; font-size:14pt;
	color: red; font-weight: demi-light ; vertical-align:0;
	margin-left:10px; margin-right:10px; margin-top:6px }
h4 { font-family:"Arial"; font-size:12pt; font-weight: medium; }
A:link    {COLOR:#008020 ; font-weight:medium ; TEXT-DECORATION: none}
A:visited {COLOR:#107022;  TEXT-DECORATION: none}
A:active  {COLOR:#008500;  TEXT-DECORATION: none}
A:hover   {COLOR:#ee8000; TEXT-DECORATION: underline}

ul  {font-family:Arial; font-size:10pt  }

TABLE
{ font-family:"arial","Helvetica","sans serif"; font-size:10pt; vertical-align: 0 }

textarea
{ font-family:"arial","Helvetica","/"; font-size:10pt; vertical-align: 0 }

.legenda { 	font-size:9pt;		line-height:10pt;	    font-family:Arial 	 }
.piccolo { 	font-size:8pt;	    line-height:9pt;	    font-family:Arial 	 }
.normale {	font-size:10pt;	line-height:10pt;	    font-family:Arial   }
.titolo  { 	font-size:10pt;	line-height:11pt;	  	font-family:Arial;
				color:navy; background-color: #e0ffe0; }
.titoletto {font-size:8pt;		line-height:9pt; font-family:Arial;
				color:navy; background-color:#e0ffe0; }
.titoloblu {font-weight:bold;
				font-size:11pt;
				line-height:20pt;
				font-family:Arial;
				color:blue;
				background-color:#dfffd0;  }
.titolone 	{font-weight:bold;
 				font-size:14pt;
 				line-height:20pt;
  				font-family:Arial;
  				color: black;
  				background-color:#ffffc0;  }
.titoloneblu {font-weight:bold;
				font-size:14pt;
				line-height:20pt;
				font-family:Arial;
				color: blue;
				position:absolute;
				top:4px;
				background-color: #ffffc0;  }
.titoloneblu_rel {font-weight:bold;
				font-size:12pt;
				line-height:20pt;
				font-family:Arial;
				color: blue;
				position:relative;
				background-color: #ffffc0;  }

