table.tabella{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	padding: 0px;
}

.tabella td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tabella_valori {
	text-align: center;
}


.tabella_titolo{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #a1c3f3;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}

.tabella_sottotitolo{
	font-weight: bold;
	background-color: #E4E4E4;
	text-decoration: none;
}



.tabella p{
	margin: 2px;
	padding: 0px;
}
.tabella_colsx {
	color: #CC0000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}