
           /* LINK */
     
	   A.whiteblack:link     { color:#FFFFFF;   text-decoration:none; }
       A.whiteblack:visited  { color:#FFFFFF;   text-decoration:none; }
       A.whiteblack:hover    { color:#000000; text-decoration:none; }

       A.blackwhite:link     { color:#000000;   text-decoration:none; }
       A.blackwhite:visited  { color:#000000;   text-decoration:none; }
       A.blackwhite:hover    { color:#FFFFFF; text-decoration:none; }
       
	   A.blackorange:link     { color:#000000;   text-decoration:none; }
       A.blackorange:visited  { color:#000000;   text-decoration:none; }
       A.blackorange:hover    { color:#FF9900;    text-decoration:none; }
	   
	   A.grayblack:link     { color:#666666; text-decoration:none; }
       A.grayblack:visited  { color:#666666; text-decoration:none; }
       A.grayblack:hover    { color:#000000;  text-decoration:none; }
	   
	   A.orangewhite:link     { color:#FF9900;   text-decoration:none; }
       A.orangewhite:visited  { color:#FF9900;   text-decoration:none; }
       A.orangewhite:hover    { color:#FFFFFF;    text-decoration:none; }
	   
	   A.whiteorange:link     { color:#FFFFFF;   text-decoration:none; }
       A.whiteorange:visited  { color:#FFFFFF;   text-decoration:none; }
       A.whiteorange:hover    { color:#FF9900;    text-decoration:none; }
      
	   A.orangeblack:link     { color:#FF9900; font-weight: bold;  text-decoration:none; }
       A.orangeblack:visited  { color:#FF9900;  font-weight: bold; text-decoration:none; }
       A.orangeblack:hover    { color:#000000;  font-weight: bold;  text-decoration:none; }

	   A.orangelink:link     { color:#FF6600; font-weight: normal; text-decoration:underline; }
       A.orangelink:visited  { color:#FF6600; font-weight: normal; text-decoration:underline; }
       A.orangelink:hover    { color:#000000; font-weight: normal; text-decoration:underline; }
	  
	  a:hover  { font-weight: bold; text-decoration:none;  }
       a:active { font-weight: bold; text-decoration:none;  }
	  
	  body {
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #333333;
	}
      
        /* BARRA DI NAVIGAZIONE  */  

      .menu   { font-size: 10px;
                font-family: verdana, arial;
                font-weight: bold;
                color: #FFFFFF;
                text-align: center; 
                letter-spacing: 0pt;
                }
              
       .cella { background-color: #000000;
                 border: 2px solid #FFFFFF;
                 border-collapse: collapse;
                 height: 26;
                 }   
        
		
		/*COLLEGAMENTI BARRA INFERIORE */
      
        .sx   {   font-size: 10px;
                  font-family: verdana, arial;
                  font-weight: normal;
                  color: #000000;
                  padding-bottom: 3px;
                  padding-left:13px;
				  text-align: left;
                  }

        .dx    {   font-size: 10px;
                  font-family: verdana, arial;
                  font-weight: normal;
                  color: #000000;
                  padding-bottom: 3px;
                  text-align: right;
                  padding-right:13px;
                  }    
    
        /* TESTO NERO */              
      
                  /* TESTO NERO PICCOLO */
       .smallblack    {   font-size: 10px; 
                          font-family: verdana, arial;
						  color: #000000; 
                          }
      
	  /* TESTO NERO PICCOLO ITALIC */
       .smallblackit    { font-size: 10px; 
                          font-family: verdana, arial;
                           font-style: italic;
						  color: #000000; 
                          }
	  /* TESTO BIANCO PICCOLO */
       .smallwhite    {   font-size: 10px; 
                          font-family: verdana, arial;
						  color: #FFFFFF; 
                          }             
                   /* TESTO NERO MEDIO*/
       .normalblack    {  font-family: verdana, arial;
	                      font-size: 11px; 
                          color: #000000; 
                          }
                    
                /* TESTO NERO GRANDE BOLD (TITOLI DI PAGINA) */
      .largeblack      {   font-size: 14px;
                           font-family: verdana, arial;
                           color: #000000;
                          }
        
		 /* TESTO BIANCO MEDIO*/
       .normalwhite    {  font-size: 11px; 
                          font-family: verdana, arial;
						  color: #FFFFFF; 
                          }
						  
        /* TESTO GRIGIO GRANDE BOLD (TITOLI DI PAGINA) */
      .largeblack        {   font-size: 13px;
                           font-family: verdana, arial;
                           font-weight: bold;
                           color: #000000;
                          }   
		/* TESTO GRIGIO GRANDE BOLD (TITOLI DI PAGINA) */
      .largegray        {   font-size: 14px;
                           font-family: verdana, arial;
                           font-weight: bold;
                           color: #666666;
                          }

#dhtmltooltip{
position: absolute;
width: 280px;
border: 2px solid gray;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
						  				  
