@charset "utf-8";
.TEXT {
	background-color: #FFFFFF;
	text-align: right;
	border: thin solid #999999;
}
.tabb {
	border: thin solid #000000;
}
.altro_testo {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.pulsanti {
	background-color: #CCCCCC;
	border: thin solid #333333;
}
