.sfondo
{
    BACKGROUND-IMAGE: url(/img/sfondo.gif);
    BACKGROUND-REPEAT: repeat-x repeat-y
}
.titoli {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF
}
.titoli:hover {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #149AD1
}
.titoli-neri {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000
}
.tabellaesterna {
	border: #003366;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	filter: Alpha(Opacity=90)
}
.formstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	background-color: #F2F2F2;
	border: #003366;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
.bottone {
	color: #FFFFFF;
	background-color: #3A639E;
	border-color: #5C74B1 #5C74B1 #003366 #003366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
.testi{
	color: #000000;
	font-family:tahoma,verdana;
	font-size:11;
	text-decoration: none;
}
.testi:hover{
	 font-family:tahoma,verdana;
	 font-size:11;
	 text-decoration: underline;
}

.footer{
	color: #FFFFFF;
	font-family:tahoma,verdana;
	font-size:11;
	text-decoration: none;
}