/**** STILI MAPPA *****/


body         { font-size: 11px; font-family: Verdana; background-color: #FFFFFF; color:
               #002E79; font-weight: bold }
table, tr, th, td, select, input { font-family: Verdana; font-size: 11px; color: #002E79; font-weight: bold }

/**** MENU *****/
.menu {
		color: #808080;
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold
		}

a.menu {
        color: #808080;
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold;
        text-decoration: underline
		}

a.menu:hover {
		text-decoration: underline;
        color: #002E79;
		}

.menusel {
		color: #000000;
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold
		}

a.menusel {
        color: #000000;
        text-decoration: none;          
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold
		}

a.menusel:hover {
		}