body{
	font-family: Arial, Helvetica, sans-serif;
	/*margin: 0px;*/
	/*padding: 0px;*/
}

.testo_norm {
	font-family: TimesNewRoman, Times New Roman, Times;
	font-size: 16px;
	color: gray;
	text-align: justify;
	line-height: 130%;
	/*padding: 6px;*/
  /*margin-right:26.7pt; */
  /*margin-bottom:0cm; */
  /*margin-left:23.05pt;*/
}

.testo_spaz_vert {
	font-family: TimesNewRoman, Times New Roman, Times;
	font-size: 16px;
	color: gray;
	text-align: justify;
	line-height: 20px;
	/*padding: 6px;*/
  /*margin-right:26.7pt; */
  /*margin-bottom:0cm; */
  /*margin-left:23.05pt;*/
}

.testo_ind {
	font-family: TimesNewRoman, Times New Roman, Times;
	font-size: 16px;
	color: gray;
	text-align: justify;
	margin-left:23.00pt;
  /*line-height: 150%*/
	line-height: 20px;
	/*padding: 6px;*/
  /*margin-right:26.7pt; */
  /*margin-bottom:0cm; */
  /*margin-left:23.05pt;*/
}

.titolo {
/* prima di TimesNewRoman si può mettere Bodoni MT e se non lo trova userà il successivo */
	font-family: TimesNewRoman, Times New Roman, Times;
	font-size: 18px;
	color: #666666;
	/*font-weight: bold;*/
}

.sottotitolo {
	font-family: TimesNewRoman, Times New Roman, Times;
	font-size: 19px;
	color: #666666;
	/*margin-left:23.00pt;*/
	text-align: justify;
	font-weight: bold;
}

.sottotitoloblu {
	font-family: TimesNewRoman, Times New Roman, Times;
	font-size: 16px;
	color: navy;
	/*margin-left:23.00pt;*/
	text-align: justify;
	font-weight: bold;
}

.titolobarra {
	font-family: Arial, TimesNewRoman, Times New Roman, Times;
	font-size: 13px;
	color: #666666;
  /*line-height:150%';*/
 /* margin-top: 10pt;
  margin-bottom: 10pt;*/
  /*padding: 6px;*/

}

.sottotitolo_lat {
	font-family: TimesNewRoman, Times New Roman, Times;
	font-size: 16px;
	color: gray;
	margin-top: 0pt;
	margin-left:10.00pt;
	text-align: left;
	font-weight: bold;
}

.ridotto {
	font-family: TimesNewRoman, Times New Roman, Times;
	font-size: 13px;
	color: gray;
	margin-top: 0pt;
	margin-left:2.00pt;
  text-align: left;
}
 
a:link{color:#0000FF;} /* colore del link */
a:visited{color:#993399;} /* colore del link visitato */
a:hover{color:#AA0000;} /* colore del link quando ci passi il mouse */
 
.elemento_menu_sinistro {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #737373;
	font-family: TimesNewRoman, Times New Roman, Times;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 7px;
}

.riquadro {/* mette il riquadro alle immagini e definisce un margine */
	border-width: 1;
	border-style: solid;
	margin: 10px;
}
 
.cella_titolo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}
 
.cella_menu_destro {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555555;
}
 
.cella_menu_sinistro {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;
}
