  BODY { 
/*		margin-top: 0px;
		margin-left: 0px;
		font: 9pt "Arial";*/		
		font: 10pt "Verdana";
		text-align: left;
/*		color: DimGray;*/
/*		color: DarkGray;*/
/*		color: Navy;*/
/*		background: transparent;*/
/*		background: url(../images/backgrnd.gif);*/ /* <-purtroppo questo va bene solo x IExplorer, e Netscape non lo trova,...*/
/*		background: url(images/backgrnd.gif);*/ /* <-...e questo va bene solo x Netscape, e IExplorer non lo trova, così li commento tutti e 2 e uso background="images/backgrnd.gif" direttamente nel tag BODY, il chè funziona x entrambi. */
		}

  P { 
/*		margin-left: 0px;
		margin-right: 0px;
		color: #111111;
		font: 10pt "Verdana";*/
/*		font: 9pt "Arial";*/
		}
 
  H1 {
		font: 22pt "Verdana";
		margin-left: 0px;
		font-weight: bold;
		background: transparent ;
		color: Navy;
		}

  H2 {
		font: 16pt "Verdana";
		margin-left: 0px;
		background: transparent ;
		color: navy
		}

  H3 {
		font: 14pt  "Verdana";
		margin-left: 0px;
		background: transparent ;
		font-weight: bold;
		color: navy
		}

  H4 {
		font: 9pt "Verdana";	
		margin-left: 0px;
		color: DimGray;
		font-weight: bold;
		background: transparent;
		}

  H5 {
		font: 9pt "Verdana";
		margin-left: 0px;
		background: transparent;
		color: Navy;
		}

  TH {
		font: 18pt "Verdana";
		color: white;
		font-weight: bold;
		}

  TD {	
/*    	font: 10pt "Verdana";*/
/*    	font: 8pt "Verdana";*/
/*    	font: 7pt "Verdana";*/
		color: #000000;
/*		color: navy;*/
/*		color: DarkGray;*/
		}

  LI { 
		display: list-item; 
		margin-left: 0px;  
		}		

DL { 
		display: list-item; 
		font: 9pt "Verdana";
		}		

  DT {
		text-align: left;
		font-weight: bold;
		color: navy;
		}

  DD { 
		font: 8pt "Verdana";
  		text-align: left;
		color: DimGray;
		}

  B, STRONG { 
		font-weight: bold
		} 
  I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
		font-style: italic 
		}
  PRE, TT, CODE, KBD, SAMP { 
		font-family: monospace 
		}

 A.clsActiveObj {
		cursor:hand;
		background: transparent;
		color: indigo;
/*		font-weight: bold;*/
	}
 A.clsActiveObj:hover {
		cursor:hand;
		color: red;
		font-weight: bold;
	}

 A:link {
/*		color: coral;*/ 
/*		color: #229B22;*/
		text-decoration: underline
		}

A:visited { 
/*		color: DarkSalmon ;*/
/*		color: blue;*/
/*		text-decoration: none*/
		text-decoration: underline
		}   

/*	a:link		{ color: #000066; }
	a:visited	{ color: #666666; }*/
	a:active 	{ color: coral; }
	a:hover 	{ color: coral; }
	/*a:hover:focus:visited 	{ color: #666666; }*/

 A.clsAlink2 {
		color: #000080;
		text-decoration: none
		}

 A.clsAlink2:visited {
		color: #000080;
		text-decoration: none
		}

A.clsAlink2:hover { 
		color: #C00000;
		text-decoration: none
		}   

  A { 
		border-style: none;
		}
  IMG { 
		border-style: none;
		}
/*  A { 
		border: none; //no...vedi nota sotto...
		border-style: none;
		}
  IMG { 
		border-style: none; //explorer?
		border: none; //netscape? pare di no...o meglio, forse sì ma fa dei danni...
		}
*/

	.clsALinkText
	{
		font: 10pt "Verdana";
		font-weight: bold;
	}
	
	.clsLabel { 
		font: 9pt "Verdana";
		font-weight: bold;
		text-align: left;
		color: green;
		}
	.clsField { 
		font: 9pt "Verdana";
		font-weight: bold;
		text-align: left;
		color: blue;
		}
	.clsWarningMsg { 
		font: 9pt "Verdana";
		font-weight: bold;
		text-align: center;
		color: red;
		}
	.clsInputA { 
		font: 8pt "Verdana";
		}

	.clsActiveObj {
		cursor:hand;
/*		background: #B0B0B0;*/
		color: indigo;
		font-weight: bold;
/*		border-left-color: #D0D0D0;
		border-top-color: #D0D0D0;
		border-right-color: #A0A0A0;
		border-bottom-color: #A0A0A0;
		border-style: outset;*/
/*		border: medium, solid;
		border-width: 3px;*/
	}

	.clsActiveObjFocus {
		cursor:hand;
		background: #C0C0C0;
/*		color: darkred;*/
		color: red;
		font-weight: bold;
/*		border-left-color: #A0A0A0;
		border-top-color: #A0A0A0;
		border-right-color: #D0D0D0;
		border-bottom-color: #D0D0D0;
		border-style: inset;*/
/*		border: medium, solid;
		border-width: 3px;*/
	}

	.clsActiveObj:hover {
		cursor:hand;
/*		background: #000066;*/
		color: yellow;
		font-weight: bold;
	}

	.clsHidden
	{
		visibility:hidden;
		display:none;
	}

	.clsVisible
	{
		visibility:visible;
		display:"";
	}

	.clsTopForm
	{
		margin-top: 0px;
	}

	.clsLittleTopSpace
	{
		margin-top: 5px;
	}

	.clsDefault
	{
	}

	.clsActiveArea
	{
		cursor:hand;
	}
/*
*	.robacciaTMP {
		margin-bottom: 2px;
		margin-left: 3px;
		margin-top: 2px;
		margin-right: 3px;
		padding-top: 5pt;
		padding-bottom: 5pt; 
		padding-left: 5pt;
		padding-right: 5pt;
		background-color:#888888;
		cursor:hand;
	}
*/
