A {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #CC0000; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #FF0000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A:active {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #CC0000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
BODY {
	SCROLLBAR-FACE-COLOR: #CC0000; FONT-SIZE: 10px; SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC; SCROLLBAR-SHADOW-COLOR: #333333; SCROLLBAR-ARROW-COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; SCROLLBAR-BASE-COLOR: #000000; scrollbar-dark-shadow-color: #333333
}
TD {
	FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif
}

/* tabella standard rossa e grigia */
table.standard {
	border: 2px;
}
table.standard A {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #CC0000; TEXT-DECORATION: none
}
table.standard A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FF0000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
table.standard A:active {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #CC0000; FONT-FAMILY: Arial, Helvetica, sans-serif
}

table.standard th{
	background-color:	#CC0000;
	color: white;
	text-align: center;
}
table.standard td{
	width: 300;
	background-color:	#E5E5E5;
	color: black;
	text-align: left;
	border: #000066;
}
table.standard td.white {
	width: 300;
	background-color:	#FFFFFF;
	color: black;
	text-align: right;
	border: #000066;
}
table.standard td.bgwhite {
	width: 300;
	background-color:	#FFFFFF;
	color: black;
	border: #000066;
}

