form {margin: 0px;} 


.stile_codice
	{
	font-family: Arial Black, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #00005E;
	text-decoration: none;
	}

.stile_descrizione
	{
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #00005E;
	text-decoration: none;
	}


.testo_grande
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	color: #00005E;	
	text-decoration: none;
	}

.testo_normale
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: #00005E;	
	text-decoration: none;
	}

.testo_piccolo
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #00005E;
	text-decoration: none;
	}
	
.testo_piccolo_grassetto
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #00005E;
	text-decoration: none;
	}

.testo_piccolo_bianco
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: white;
	text-decoration: none;
	}

.testo_piccolissimo
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #00005E;
	text-decoration: none;
	}

A:link
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00005E;
	text-decoratione: underline;
	}

A:active
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00005E;
	text-decoration: underline;
	}


A:visited
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	}

A:hover
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00005E;
	text-decoration: none;
	}


<!-- link area contenuto -->

.link_cont A { text-decoration: underline; } 

.link_cont A:link 
	{
	font-size: 14px;
	color:#00005E;
	font-weight: bold;
	text-decoratione: none;
	}

.link_cont A:active
	{
	font-size: 14px;
	font-weight: bold;
	color: #00005E;
	text-decoration: none;
	}

.link_cont A:visited
	{
	font-size: 14px;
	font-weight: bold;
	color: #00005E;
	text-decoratione: none;
	}

<!-- hover deve stare dopo visited altrimenti dopo aver visitato il link hover non funzionerą -->

.link_cont A:hover
	{
	font-size: 14px;
	font-weight: bold;
	color: #00005E;
	text-decoration: none;
	}

<!-- link menu -->

.link_menu A { text-decoration: underline; } 

.link_menu A:link 
	{
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoratione: none;
	}

.link_menu A:active
	{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}

.link_menu A:visited
	{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoratione: none;
	}

<!-- hover deve stare dopo visited altrimenti dopo aver visitato il link hover non funzionerą -->

.link_menu A:hover
	{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}



#pulsanti { position: absolute; left: 0; top: 5; z-index: 5;}

#menu
{
	position: relative;
	width: 203px;
	height:	220px;
	left: 8px;
	top: 0px;
	margin-left: 0px;
	margin-top: 0px
}

/*
BODY {
scrollbar-face-color: #F88808;
scrollbar-highlight-color: whitesmoke;
scrollbar-3dlight-color: #232A7A;
scrollbar-darkshadow-color: #F88808;
scrollbar-shadow-color: #404CB8;
scrollbar-arrow-color: whitesmoke;
scrollbar-track-color: #EEEEEE;
}
*/

.pulsante_form
{
	background-color: ;
	font-size: 7pt;
	color: #013183;
	border-color: ;
	border-width: ;
	padding: 0px;
	margin: 0px;
	display: block;

}

.pulsante_rosso
	{
	background-color: #FA0000;
	font-size: 8pt;
	color: white;
	border-color: whitesmoke;
	border-width: 1;
	}				