@charset "utf-8";
body {
	background-image: url('images/sfondo3.png');
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.Bianco9 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

.BottniLeft {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

}

/*on mouse over(testo nero e sfondo rosso)*/

.BottniLeft:hover {
	color:#FFFFFF;
	background-image: url(images/sfondo.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.BORDO_SOTTO {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}



.aaa {
	font-family: "Courier New", Courier, monospace;
}
.BiancoTITLE {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.pargrafoVuoto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0;
	margin: 0;
	line-height: 10px;
	height: 10px;
}

