/* CSS Document */
.td {
	border: 1px solid #CCCCCC;
}
.titolo {
	font-family: tahoma;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}
.testo {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.testoBig {

	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.form {
	font-family: tahoma;
	font-size: 11px;
	color: #990000;
	border: 1px solid #666666;
}
.evidenziato {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
.nonevidenziato {
	font-family: tahoma;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;


}
.testoBigColor {


	font-family: tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
