function testi() {
	document.write('<STYLE>');
	if (navigator.appName=="Netscape")
	{
		if (navigator.userAgent.indexOf("Mac") != -1) {
		document.write('.vuoto { font-family:Arial; font-size:1px; color:000000;}');
		document.write('.testo {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #092E58; text-decoration: none; line-height:13px}');
		document.write('.testoB {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; line-height:11px}');
		document.write('.testoForm {  font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; line-height:14px}');
		document.write('.testoGr {  font-family: Verdana, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #999999; text-decoration: none; line-height:10px}');
		document.write('.input_text {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; width: 200px;}');
		document.write('.input_text_area {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; width: 200px; height:96px}');
		}
		else if(document.layers){
		document.write('.vuoto { font-family:Arial; font-size:1px; color:000000;}');
		document.write('.testo {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #092E58; text-decoration: none; line-height:13px}');
		document.write('.testoB {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; line-height:11px}');
		document.write('.testoForm {  font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; line-height:14px}');
		document.write('.testoGr {  font-family: Verdana, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #999999; text-decoration: none; line-height:10px}');
		document.write('.input_text {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; width: 200px;}');
		document.write('.input_text_area {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; width: 200px; height:96px}');
		}
		else if(document.getElementById){
		document.write('.vuoto { font-family:Arial; font-size:1px; color:000000;}');
		document.write('.testo {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #092E58; text-decoration: none; line-height:13px}');
		document.write('.testoB {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; line-height:11px}');
		document.write('.testoForm {  font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; line-height:14px}');
		document.write('.testoGr {  font-family: Verdana, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #999999; text-decoration: none; line-height:10px}');
		document.write('.input_text {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; width: 200px;}');
		document.write('.input_text_area {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; width: 200px; height:96px}');
		}
	}
	else
	{
		document.write('.vuoto { font-family:Arial; font-size:1px; color:000000;}');
		document.write('.testo {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #092E58; text-decoration: none; line-height:13px}');
		document.write('.testoB {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; line-height:11px}');
		document.write('.testoForm {  font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none; line-height:14px}');
		document.write('.testoGr {  font-family: Verdana, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #999999; text-decoration: none; line-height:10px}');
		document.write('.input_text {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; width: 200px;}');
		document.write('.input_text_area {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; width: 200px; height:96px}');
	}
	document.write('</style>');

}