.Titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: capitalize;
}
.elenco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: capitalize;
}
.tratteggio {
	border: 1px dashed #999999;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.bordobasso {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.listino {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bandalat {
	background-attachment: fixed;
	background-image: url(../immagini/listinosfondo.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

