/* CSS Document */
.bordoprev {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-left-color: #006699;
}
.titoli {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
.dataprev {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-transform: uppercase;
}.rigapunti {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #006699;
	font-weight: bolder;
}
.testoprev {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}

