body {    margin: 0px; 
          background-color: #406FB6;
}
/* ----- DIV ------------------------------------------------------------------- */

.centro   {
          background-color: #406FB6;
          WIDTH: 800px;
          HEIGHT: 600px;
          }

.main     {display: block;
          position: absolute;
          background-color: transparent;
          WIDTH: 100%;
          HEIGHT: 600px;
          top: 0%;
          bottom: 0%;
	left:0%;
	right:0%;
          z-index: 1;
          }

.sinistra   {
          background-color: #406FB6;
          WIDTH: 200px;
          HEIGHT: 100%;
          }

/* ----- Caratteri -------------------------------------------------------------- */

.tr_bck    {background-color: #808080;}
.tr_bck_ad {background-color: #808080;}

.testo  {font-family: Verdana, Times New Roman; font-size: 11px; font-weight: normal; color: #000000; text-decoration: none;
        background-color: transparent;}

.testog  {font-family: Verdana, Times New Roman; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;
         background-color: transparent;}

.testogg  {font-family: Verdana, Times New Roman; font-size: 13px; font-weight: bold; color: #13571B; text-decoration: none;
          background-color: transparent;}

.testo9  {font-family: Verdana, Times New Roman; font-size: 9px; font-weight: normal; color: #000000; text-decoration: none;
          background-color: transparent;}

.testo9g  {font-family: Verdana, Times New Roman; font-size: 9px; font-weight: bold; color: #000000; text-decoration: none;
          background-color: transparent;}

.testo10  {font-family: Verdana, Times New Roman; font-size: 10px; font-weight: normal; color: #000000; text-decoration: none;
          background-color: transparent;}

.testo10bg  {font-family: Verdana, Times New Roman; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none;
            background-color: transparent;}

.testo10bw  {font-family: Verdana, Times New Roman; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none;
            background-color: transparent;}

.testo11bgreen  {font-family: Verdana, Times New Roman; font-size: 11px; font-weight: bold; color: #13571B; text-decoration: none;
                background-color: transparent;}

.testo11  {font-family: Verdana, Times New Roman; font-size: 11px; font-weight: normal; color: #000000; text-decoration: none;
          background-color: transparent;}

.testo11g  {font-family: Verdana, Times New Roman; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;
          background-color: transparent;}

.testo12  {font-family: Verdana, Times New Roman; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none;
          background-color: transparent;}

.testo13  {font-family: Verdana, Times New Roman; font-size: 13px; font-weight: normal; color: #000000; text-decoration: none;
          background-color: transparent;}

.testo13bg  {font-family: Verdana, Times New Roman; font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none;
            background-color: transparent;}

.testoM {font-family: Verdana, Times New Roman; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none;
        background-color: transparent;}

.testoV {font-family: Verdana, Times New Roman; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;
        background-color: transparent;}

.testoT {font-family: Verdana, Times New Roman; font-size: 13px; font-weight: bold; color: #FF8707; text-decoration: none;
        background-color: transparent;}




/* ----- Formattazione links -------------------------------------------------- */
.link
A:link {color: #FFFFFF; text-decoration: none; font-size: 10px; font-weight: grassetto; background-color: transparent;}
A:visited {color: #FFFFFF; text-decoration: none; background-color: transparent;}
A:hover {color: #FF8707; text-decoration: none; background-color: #FFFFFF;}
A:active {color: #FFFFFF; text-decoration: none; background-color: transparent;}

.link1
A:link {color: #000000; text-decoration: none; font-size: 10px; font-weight: bold; background-color: transparent;}
A:visited {color: #000000; text-decoration: none; font-weight: bold; background-color: transparent;}
A:hover {color: #000000; text-decoration: none; background-color: #FFFFFF;}
A:active {color: #000000; text-decoration: none; background-color: transparent;}


