/*intestazione*/
.intestazione
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 13pt;
	color : #ffffff;
	font-weight: bold;
	font : italic;
}

.testo1
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 11pt;
	color : #ffffff;
	font-weight: bold;
	
}

.descrizione
{
	font-family : sans-serif;
	font-size : 12px;
	color : #FF0000;
	font-weight: bold;
	font : italic;
	text-decoration : underline;
}

.descrizione2
{
	font-family : sans-serif;
	font-size : 12px;
	color : #FF0000;
	font-weight: bold;
	font : italic;
	text-decoration : underline;
}

.text_descri
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
	font : italic;
	/*text-decoration : underline;*/
}

.text
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 11pt;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

.text2
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	/*font-weight : bold;*/
	text-decoration : none;
}

.text3
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	/*font-weight : bold;*/
	text-decoration : none;
}

/*scroller1*/
#divCont{position:absolute; width:350px; height:325px; overflow:hidden; top:112; left:160; clip:rect(0,350,325,0); visibility:hidden}
#divText{position:absolute; top:0; left:0;}


