//begin_css <!-- Begin External Style Sheet -- DO NOT REMOVE THIS LINE -->
/* stili link */
A:link {
text-decoration:none;
color:"#0000ff"
}

A:visited {
text-decoration:none
}

A:hover {
text-decoration:underline;
color:"#FF0033"
}

/* stili generali body, tabella principale, p, td */
body {
background-color:#FFFFFF;
font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; 
font-size: 9pt
}

p 
{font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; 
font-size: 9pt;
text-align: left;
}

p.struttura
{font-family:"Verdana", "Arial", "Helvetica", "sans-serif"; 
font-size: 9pt
}

td {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-size: 9pt;
text-align:left;
vertical-align:top;
}

table.struttura{
table-layout:auto;
cellspacing:0;
cellpadding:0; 
border:0;
}

/* stili footer di pagina*/
table.footer{
background-position:center;
background-attachment:fixed;
background-image:url(../images/button5.gif);
background-repeat:no-repeat;
height:20;
width:480;
padding:0;
spacing:0;
table-layout:fixed;
text-align:center;
vertical-align:middle;
color:#0099CC;
}

td.footer{
text-align:center;
vertical-align:top;
}

/* stili  logo */
img.logo{
height:150;
width:150;
border:0;
text-align:center;
vertical-align:top;
}

/* stili immagine testo intestazioni, sottotitoli e marquee */
img.intestazione{
height:50;
width:340;
border:0;
}

hr.intestazione{
width:100%;
text-align:center;
}

td.intestazione{
text-align:center;
vertical-align:top;
}

marquee.intestazione{
width:100%;
behavior:right;
scrolldelay:100;
}

/* stili tabella menù */
table.menu{
height:20;
width:200;
padding:0;
spacing:0;
table-layout:fixed;
text-align:center;
vertical-align:top;
empty-cells:show;
table-layout:fixed;
}

td.menu{
align:center;
vertical-align:top;
}

img.menu{
height:20;
width:120;
border:0;
}

img.pulsanti{
height:20;
width:120;
border:0;
}

//end_css <!-- End External Style Sheet -- DO NOT REMOVE THIS LINE -->
