/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE  SERVIZIO NOTIZIE  *****/
/* ****************************************************************** */
.intestazione_notizia{
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color:white;
	/*width:100%;*/
	height:5px;
}

.intestazione_notizia_blue{
	border-top:1px solid #006699;
	border-bottom:1px solid #006699;
	background-color:white;
	text-align:center;
	font-weight:bold;
	/*width:100%;*/
	height:5px;
	color:#006699;
}

TD.notizie_cento { 
width:100%;
 }

TD.notizie_foto { 
width:154px;
text-align:left;
}

TD.notizie_contenuto {
	text-align:justify;
}
TD.notizie_null {
	height:1px;
}
.notizie_link {
	font-size:95%:
	font-weight:bold;
}
.centro {
	text-align:center;
}





