BODY {
	background-color: #FFFFFF; <!--colore dello sfondo-->
	#background-color: #F9F9F9;


	scrollbar-3dlight-color: 000000;
	scrollbar-arrow-color: 000000;
	scrollbar-darkshadow-color: 000000;
	scrollbar-face-color: FFFFFF;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-shadow-color: 000000;
	scrollbar-track-color: FFFFFF;
	
	#font: normal 10px courier;
	
	color: #000000;
}

FONT {	
font-family: courier;	
font-size: 10px;	
color: #000000;
}

FONT.titolo {	
font-size: 14px;	
font-weight: bold;
} 

FONT.data {	
font-size: 8px;	
}

FONT.big {	
font-size: 24;	
font-weight: bold;
}

FONT.small {	
font-size: 8px;
}

FONT.w {	
color: #FFFFFF;
}

A:link {	
color: #000000;	
text-decoration: none;
}

A:visited {	
color: #000000;	
text-decoration: none;
}

A:active {	
color: #000000;	
text-decoration: none;
}

A:hover {	
color: #000000;	
text-decoration: none;	
font-weight: bold;
}

A.new:hover {        
color: #FF0033;        
text-decoration: none;        
font-weight: bold;
}

INPUT {	
background: #FFFFFF;	
color: #000000;	
font-size: 10pt;	
border-color: #000000;
}

TABLE {
	border-width: 0px;	
	border-color: #FFFFFF
	padding: 0px;
	border-style: none;
	border-spacing: 0px;	 
	white-space: nowrap;
	width: 745;		

}

TABLE.book {
	width: 600;
}

TABLE.mid {
        width: 330;
}

TABLE.main {
        width: 660;
}
TABLE.line {
	  width: 40;
}

TD {
	text-align: left;
	font-family: courier;
	font-size: 10px;
	color: #000000;
}

TD.rx {
        text-align: right;
}

TD.white {
        color: #FFFFFF;
}

TD.justify {
	text-align:justify;
}

