  body  {
	  background-color: white;
        }

  .generaltable {
	  width: 100%
        } 

  table.title {
	  width: 100%;
	  height: 64px;
	}
  table.title td {
	  text-align: center;
	  width: 50%;
	}
  .title_image { 
	  border: 0px;
	  height: 64px;
	}
  table.menu {
	  text-align: center;
	  border: 1px solid silver;
          border-collapse: collapse;
	  padding: 0;
	  width: 100%;
	}

  table.menu td {
	border: 1px solid silver;
	width: 20%;  
        }

  .titolo_pagina { font-family: Verdana,Helvetica,sans-serif;
    font-weight: bold;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 40px;
    }

  .footer { font-weight: normal;
    text-align: center;
    font-family: Verdana,Helvetica,sans-serif;
    font-style: normal;
    text-transform: none;
    font-size: 10px;
    letter-spacing: 1px; 
    margin-top: 50px;
    }

  .news_title { font-weight: bold;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 15px;
    }

  .news_text { font-size: 12px;
    font-family: Verdana,Helvetica,sans-serif;
    font-style: italic;
    }

  a.navmenu { font-size: 15px;
    font-family: Verdana,Helvetica,sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    }

   a.navmenu:link {  
    color: #000000;
    }


  a.navmenu:hover {
    color: #F40E0E;
    }

  a.navmenu:visited { 
    color: #F40E0E;
    }

  .boxtable {
	
	  border: 2px solid black;
         -moz-border-radius: 10px;
        }

  table.news  {
	  text-align: left;
          border-collapse: collapse;
	  width: 100%;
	}
  .news_tx {
	padding: 5px 10px;
	border-bottom: 2px solid black;
	width: 100%;  
        }
  .news_lsttx {
	padding: 5px 10px;
	border-bottom: none;
	width: 100%;  
        }
/*  .news_n {
	border: 1px solid black;
	width: 5%;  
        }
  .news_ti {
	border: 1px solid black;
	width: 70%;  
        }  */
  .news_d {
	padding: 5px 10px;
	width: 100%;  
        }



/* Aggiunta css per dtree  */


   .dtree {
   	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   	font-size: 15px;
   	color: #666;
   	white-space: nowrap;
   }

   .dtree img {
	border: 0px;
	vertical-align: middle;
   }

   .dtree a {
	color: #333;
	text-decoration: none;
   }

   .dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
   }

   .dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
   }

/*   .dtree a.nodeSel {
	background-color: #c0d2ec;
   } */

   .dtree .clip {
	overflow: hidden;
   }
/* Fine configurazione dtree */

