@charset "UTF-8";
.TestoVerde {
	color: #030;
	font-weight: normal;
	padding: 10px;
}
.TestoBiancoSx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
.TestoBiancoDx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	vertical-align: top;
}
.TestoVerdeBold {
	font-weight: bold;
	color: #030;
}
.VerdeSemplice {
	color: #030;
	text-align: center;
}
.CellMiddle {
	text-align: center;
}

