/* CSS Document */

body {
	font-family: "Verdana";
	font-size: 10px;
	background-color: #FFFFFF;
}

label {
	font-family: "Verdana";
	font-size: 12px;
	color: #006699;
	font-weight: bolder;
}

table  {
	font-family: "Verdana";
	font-size: 10px;
	border: 0;
}

.testo_tabella {
	font_family: Verdana;
	font-size: 10px;
	
}

.pari {
	background-color: #666666;
	color: #FFFFFF;
}

.dispari {
	background-color: #999999;
	color: #FFFFFF;
}

a {
	font-family: "Verdana";
	font-size: 10px;
	text-decoration: None;
	color: #FFFFFF;
}

a:hover {
	font-family: "Verdana";
	font-size: 10px;
	text-decoration: "none";
	color: #000000;
}

a:vlink {
	font-family: "Verdana";
	font-size: 10px;
	text-decoration: "none";
	color: #FFFFFF;

}

a:visited {
	font-family: "Verdana";
	font-size: 10px;
	text-decoration: "none";
}

input {
	font-family: Verdana;
	font-size: 10px;
}

.avviso {
	font_family: Verdana;
	color: #006699;
	font-weight: bolder;
	font-size: 12px;
}
.bordo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}
.supertratteggio {
	border-top: 1px none;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	border-left: 1px none;

}

