/* CSS Document */

.menu {
	font-family: tahoma;
	font-size: 9pt;
	color: #666666;
}
a:hover {
	color: #FF6600;
}
.tabella {
	border: 1px solid #333333;
}
.puntini {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tabella2 {
	border: 1px solid #999999;
}
.testoarancio {
	font-family: tahoma;
	font-size: 9pt;
	color: #FF6600;
	text-decoration: none;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF6600;
}

