/* CSS Document */
 
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
	font-size: 10px;
}
body {
	background-color: #FFFFFF;
/*	background-image: url(/immagini/sfondo.jpg);
	background-repeat: repeat;*/
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.testo {
	font-size: 10px;
}
.testo_bianco {
   color: #FFFFFF;
	 font-size: 10px;
	   
}
a.testo_bianco:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.testo_bianco:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.testo_bianco:hover {
	text-decoration: underline;
	color: #FF9900;
}
a.testo_bianco:active {
	text-decoration: none;
	color: #FFFFFF;
}

.titoli {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
