*{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	}
	
a {	color: #FF3333;
	font-weight: bold;
	text-decoration: none;
}	

img { -ms-interpolation-mode: bicubic; }  /*  migliora la qualita in explorer  */

h1{	font-size: 14px;
	font-weight: bolder;
	color: #000066;
	border: 0px double #000066;
	padding-right: 3px;
	padding-left: 8px;
	margin-top: 10px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 20px;
	background-color: #dbdbdb;
}

h2{	font-size: 12px;
	font-weight: bolder;
	color: #990000;
}

h3{	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

p {	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 15px;
}

hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.fondo_bianco {
	background-color: #ffffff;
}
 

.fondo_grey {
	background-color: #dbdbdb;
}

.fondo_grey2 {
	background-color: #E9E9E9;
}


.testo_nero {color: #000000}
.testo_bianco {color: #FFFFFF}
.testo_grey {color: #DBDBDB}
.testo_mini {
	font-size: 10px;
}

.colorgrey {
	color: #FFFFFF;
}

ol, li {
	font-size: 12px;
	font-weight: normal;
}

table, td, tr {
	font-size: 12px;
	font-weight: normal;
}

legend {
	margin: 2px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-align: left;
}

fieldset {
	border: 1px solid #FFFFFF;
	font-size: 10px;
	margin-right: 4px;
	margin-left: 4px;
	padding: 2px;
}

.bordo_destro {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.bordo_sinistro {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.bordo_sotto {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.titoletto {
	color: #000000;
	background-color: #dbdbdb;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}

.titoletto1 {
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.titoletto2 {
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.titoletto3 {
	color: #FFFFFF;
	background-color: #FF9933;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.titoletto4 {

	color: #FFFFFF;
	background-color: #009900;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.moduloff {
	background-color: #dbdbdb;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #DBDBDB;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
}




  /* INIZIO - Barra di navigazione
---------------------------------------------------------------------*/

#base {
	line-height:normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
  }
  
#base ul {
	margin:0;
	padding:2px 5px 0px 4px;
	list-style:none;
  }
#base li {
	float:left;
	margin:0px;
	padding:0px 0px 0px 2px;
  }

#base a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	background-color: rgb(251, 244, 244);
	border-left: 1px solid #765;
	border-top: 1px solid #765;
	border-right: 1px solid #765;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #776655;
	margin-right: 3px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 9px;
  }
  
#base a:hover {
  color:#fff;
  background-color: rgb(170, 147, 130);
  border-left: 1px solid #765;
  border-top: 1px solid #765;
  border-right: 1px solid #765;  
  text-align: center;
  }
  
#base #selezionata {
  text-align: center;
  }
  
#base #selezionata a {
  color:#333;
  background-color: #fff;
  padding-bottom:4px;
  border-bottom: 1px solid #fff;  
  text-align: center;  
  }

/* FINE - Barra di navigazione
---------------------------------------------------------------------*/











/* INIZIO - stili per il layout Datario
---------------------------------------------------------------------*/

.fondo_datario {
	background-color: #6A92C6;
}

div.data {
	float: right;
	width: 45px;
	text-align: center;
	color: #fff;
	background-image: url(../images/sfondo_datario.png);
	display: table-column;
	font-weight: bold;
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

div.data span.d{
	display: block;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
} 

div.data span.m{
	text-transform: uppercase;
	font-weight: normal;
}

div.data span.y{
	font-weight: normal;
}
/* FINE - stili per il layout Datario
---------------------------------------------------------------------*/




  /* INIZIO - stile news
---------------------------------------------------------------------*/
.news_macroarea {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.news_testata {
	font-size: 12px;
	line-height: normal;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.news_titolo {
	font-weight: bolder;
	font-size: 24px;
	line-height: normal;
	font-family: Garamond, Georgia, "Times New Roman", serif;
}

.news_sottotitolo {
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	color: #003466;
	font-family: Garamond, Georgia, "Times New Roman", serif;
}

.news_dove {
	font-weight: bold;
	color: #000000;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: normal;
	font-variant: normal;
}

.news_abstract {
	font-weight: normal;
	padding-right: 30px;
	text-align: justify;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: normal;
}

.news_allegati {
	font-weight: bold;
	padding-right: 30px;
	text-align: justify;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: normal;
}

.news_allegatidida {
	font-weight: normal;
	padding-right: 30px;
	text-align: justify;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: normal;
}
.news_testo {
	font-weight: normal;
	padding-right: 30px;
	text-align: justify;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: normal;
}
.news_data {
	font-weight: normal;
	padding-right: 30px;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 11px;
	line-height: normal;
	color: #999999;
}




/* FINE - stile news
---------------------------------------------------------------------*/
