form {margin: 0px;} 

body, td, p, div
{

	font-family: Arial, Helvetica, sans-serif

}


.titolo
{
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 20px;
}

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

.testo_normale
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	color: #286186;	
	text-decoration: none;
	}

.testo_normale_bianco
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	color: white;	
	text-decoration: none;
	}

.testo_piccolo
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #286186;
	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: #286186;
	text-decoration: none;
	}

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

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


A:visited
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2D6A93;
	text-decoration: underline;
	}

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


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


a.intestazione { text-decoration: underline; font-size: 18px; font-weight: bold; color: #2D6A93; font-style: italic;} 
a.intestazione:link { text-decoration: underline; font-size: 18px; font-weight: bold; color: #2D6A93;} 
a.intestazione:active { text-decoration: underline; font-size: 18px; font-weight: bold; color: #2D6A93;} 
a.intestazione:visited { text-decoration: underline; font-size: 18px; font-weight: bold; color: #2D6A93;}
a.intestazione:hover { text-decoration: none; font-size: 18px; font-weight: bold; color: #2D6A93;}


BODY {
scrollbar-face-color: #E0F3FA;
scrollbar-highlight-color: whitesmoke;
scrollbar-3dlight-color: #232A7A;
scrollbar-darkshadow-color: #C7E2F1;
scrollbar-shadow-color: #404CB8;
scrollbar-arrow-color: #2D6A93;
scrollbar-track-color: #2D6A93;
}

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

}

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