.sfondo_pagina {
	background-attachment: fixed;
	background-image: url(/immagini/sfondo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #BDBDBD;
}
.bordo_tabella {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.sfondo_tabella {
	background-attachment: fixed;
	background-image: url(/immagini/sfondo_tabella.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bordo_img {
	border: 1px solid #4D6571;
}
.sfondo_tabella70 {

	background-attachment: fixed;
	background-image: url(/immagini/sfondo_tabella_70.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

