
   /*         NEWS PAGINA INIZIATIVE          */


#news_nascosto {
	visibility: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}

#news_home {
/*	width: 525px;  */
}


#news_container {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	width: 580px;
	border-left: 2px  dashed  #ff0000;
	border-right: 2px  dashed  #ff0000;
	padding-bottom: 5px;
}


#autore {
	font: 11px verdana, helvetica, sans-serif;
	text-align: right;
	font-style: oblique;
	margin:5 0;
	padding:2 10 2 0;
	border-style: solid none;
	border-width: 1px;
	border-color: #3399FF;
}



#articolo {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 10px 10px 15px;
	padding-bottom:15px;
	border-bottom: 1px dotted #3399FF;
}




#articolo p {
	text-indent: 2em;
	text-align: justify;
}


#articolo table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#ultima_notizia {
	border-color: #0033FF;
	border-style: solid;
	border-width: 1;
	margin: 0px auto;
	padding: 5px;
}

.titolo_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000099;
}
.titolo_news a{
	text-decoration: none;
	color: #000099;

}
.titolo_news a:hover{
	text-decoration: none;
	color: #FF0000;
}

.testo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


    /*         NEWS          */

#articolo_news {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin:10px 10px 10px 10px;
	padding:15px;
	border: 10px outset ;
	text-align: center;
	width: 560px;
  border-color: #FF0033 #CC0033 #CC0033 #FF0033;
  border-style: double
}

#articolo_news p {
	text-align: center;
	font-size: 18px;
	width: 540px;
	display: block;
  line-height: 1.5;

}







