/* CSS Document */

div.titolo
{
	width: 695px;
	height: 16px;
	color: White;
	font-weight: bold;
	background-color:  #8b0000;
	padding-left: 5px;
	text-align: left;
	margin: 0px;
	}
div.new
{
	width: 595px;
	height: 100px;
	text-align: left;
	border-left: solid 1px #c0c0c0;
	margin-bottom: 20px;
}


div.immagine
{
	width: 250px;
	background-color: white;
	text-align: center;
	margin-top: 10px;
	float: left;
	}

div.testo 	
{
	width: 418px;
	margin-left: 10px;
}
div.testo_noimg {	width: 678px; }

div.testo, div.testo_noimg
{
	float: left;
	margin-top: 10px;
	border: solid 1px #888;
	background-color: #333;
	color: Silver;
	text-align: justify;
	padding: 10px;
}

p.data
{	
	font-size: 7pt;
	color: #ffd700;
	margin-bottom: 5px;
	margin-top: 0px;
	}
