FONT.normale  {
	font-weight : normal;
	font-style : normal;
	color : White;
	font-family : Arial Narrow;
	font-size : 10pt;
}
FONT.bold  {
	font-weight : bold;
	font-style : normal;
	color : White;
	font-family : Arial Narrow;
	font-size : 10pt;
}
FONT.copyright  {
	font-weight : normal;
	font-style : normal;
	color : White;
	font-family : Arial Narrow;
	font-size : 8pt;
}
A:link,A:visited  {
	font-weight : normal;
	font-style : normal;
	color : White;
	font-family : Arial Narrow;
	font-size : 10pt;
	text-decoration : none;
	text-transform : none;
}

FONT.titolo  {
	font-weight : bold;
	font-style : normal;
	color : White;
	font-family : Verdana;
	font-size : 11pt;
	text-transform : uppercase;
}

