/* CSS Document */

/* DIV */

#newsOuter { position:relative; overflow: hidden; height:90px; width:250px;}

#news { 
		position:relative;
		top:0px;
		height:auto; 
}

#newsCont { 
		height:90px; 
		width:250px; 
		display:block;
		text-align: left;
		font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		color: #666666;
		text-decoration: none;
		padding: 2px;
}

.data { 
		text-align: left;
		font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #666666;
		text-decoration: none;
}


/* ALTRO */
.border1pxWh {
	border: 1px #FFFFFF;
}

td.nofont {
	font-size: 1em;
	color: #444444;
	text-decoration: none;
}

.titoletto {
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 0.2em;
}
