/* CSS Document */
.tableprezzi{
	border: 1px ridge #760D0C;
	width:100%;
	font-size:9px;
	font-weight:bold;
	}
.cellred{
	color:#FFFDE8;
	background-color:#760D0C;
	text-align:center;
	border-right: 1px solid #FFFDE8;
	}
.cellwhite{
	color:#760D0C;
	background-color:#FFFDE8;
	text-align:left;padding-left:3px;
	border-right: 1px solid #760D0C;
	}
.intestazionitebella{
	text-align:center;
	background-color:#760D0C;
	color:#FFFDE8;
	border-right: 1px solid #FFFDE8;
	}
.text-cells{
	text-align:justify;
	margin:5px;
	}
.text-cells_center{
	text-align:center;
	margin:5px;
	}
	
