
/* scroller background - TABLE */
.TScrBack0 {
	
	background-color : transparent;

}
/* style to be applyed to all items' bodies
  - SPAN in Netscape 4.x, TD in rest
  all local stylesheets of external files if any are to be ignored 
  
file nuovo  
*/
.TScrItemBody0 {
	background-color : transparent;
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
	text-align : center;
}

.scroll2 A:visited {
	color : #142F64;
	background-color : transparent;
	text-decoration:none;
	font-size: 10px;

}

.scroll2 A:link {
	color : #142F64; 
	background-color : transparent;
	font-size : 10px; 
	text-decoration:none;

}

.scroll2 A:hover {
	background-color : transparent;
	color : #142F64;
	font-size: 10px;
	text-decoration:none;	

}

.scroll2 A:active {
	color : #142F64; 
	font-size: 10px;
	background-color : transparent;
	text-decoration:none;	

}
