/* TABELLA DI MAIN MENU */
table.main{
margin:10px auto;
width:auto;
background:#fff;
border:1px solid #999;
}

table.main td.logo1{
width:55px;
height:50px;
background:url(images/m01.png) center center no-repeat;
border:0;
}

table.main td.logo2{
width:55px;
height:50px;
background:url(images/m02.png) center center no-repeat;
border:0;
}

table.main td.logo3{
width:55px;
height:50px;
background:url(images/m03.png) center center no-repeat;
border:0;
}

table.main td.logo4{
width:55px;
height:50px;
background:url(images/m04.png) center center no-repeat;
border:0;
}

table.main td.titolo{
width:130px;
font:bold 11px Verdana;
color:#345e9b;
text-align:left;
background:none;
border:0;
}

table.main td.titolo a:link, table.main td.titolo a:visited{
color:#345e9b;
text-decoration:underline;
}

table.main td.titolo a:hover{
color:#6a9dbd;
text-decoration:underline;
}

table.main td.testo{
width:180px;
font:10px Verdana;
color:#000;
text-align:justify;
padding:5px;
background:none;
border:0;
}

table.main td.testo a:link, table.main td.testo a:visited{
display:block;
height:20px;
line-height:18px;
font-size:11px;
color:#000;
text-decoration:underline;
}

table.main td.testo a:hover{
color:#345e9b;
text-decoration:underline;
background:#e4e4c4;
}


/* TABELLA LATERALE */
table.extra{
margin:10px auto;
width:auto;
background:#dedfde;
border:1px solid #999;
}

table.extra td.logo1{
width:60px;
background:url(images/001bis.png) center center no-repeat;
border:0;
}

table.extra td.logo2{
width:60px;
background:url(images/002.png) center center no-repeat;
border:0;
}

table.extra td.logo3{
width:60px;
background:url(images/003.png) center center no-repeat;
border:0;
}

table.extra td.testo{
width:240px;
font:10px Verdana;
color:#000;
text-align:justify;
padding-right:5px;
background:none;
border:0;
}