.bg {
	background-color: B8B9BC;
	background-image:  url("immagini/sfondo.gif");
	background-repeat: repeat-y;
	background-position: center;
}
.cellout {
	background-color: #CC0000;
}
.cellover {
	background-color: #FF0000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;

}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;

}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;

}
.testo {
	font-size: 10px;
	color: #FFFFFF;
}
.testotop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #CC0000;
	text-transform: uppercase;
}
.bordini {
	border: 1px solid #000000;
}
.bordotabella {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.Stile40 {color: #FF0000; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }