body { margin-top: 10px;
}

.header {background: url("immagini/header.jpg");
         border-top: 1px solid #000000;
         border-left: 1px solid #000000;
         border-right: 1px solid #000000;
         border-bottom: 1px solid #000000;
         text-align: center;
         text-transform: capitalize;
         font-family: verdana;
         font-size: 8pt;
         height: 120px;
         margin: 0px;
         padding: 0px;
        }

.leftmenu {
          border-top: 0px solid #000000;
          border-left: 1px solid #000000;
          border-right: 1px solid #000000;
          background-color: #FFFFFF;
          text-align: justify;
          text-transform: capitalize;
          font-family: verdana;
          font-size: 8pt;
          width: 160px;
          margin: 0px;
          padding: 2px;
          }
.rightmenu {
          border-top: 0px solid #000000;
          border-left: 1px solid #000000;
          border-right: 1px solid #000000;
          background-color: #FFFFFF;
          text-align: justify;
          text-transform: capitalize;
          font-family: verdana;
          font-size: 8pt;
          width: 160px;
          margin: 0px;
          padding: 2px;
          }

.page   {
        
        border-top: 0px solid #000000;
        border-left: 0px solid #000000;
        border-right: 0px solid #000000;
        background-color: #FFFFFF;
        background-image: url("immagini/page.jpg");
        text-align: justify;
        text-overflow: ellipsis;
        font-family: verdana;
        font-size: 10px;
        margin: 0px;
        padding: 0px;
        width: 460px;
        height: 100%
        
        }       

.footer {
         background-image: url("immagini/footer.jpg");
         border-top: 0px solid #000000;
         border-left: 1px solid #000000;
         border-right: 1px solid #000000;
         border-bottom: 1px solid #000000;
         text-align: center;
         font-family: verdana;
         font-size: 8pt;
         height: 60px;
         margin: 0px;
         padding: 0px;
        }

.console {
          border-top: 0px solid #000000;
          border-left: 0px solid #000000;
          border-right: 0px solid #000000;
          border-bottom: 1px solid #000000;
          background-color: #FFFFFF;
          text-align: center;
          text-transform: capitalize;
          font-family: verdana;
          font-size: 14pt;
          margin: 0px;
          padding: 0px;
          width: 100%;
          }

.console2 {
          border-top: 1px solid #000000;
          border-left: 1px solid #000000;
          border-right: 1px solid #000000;
          border-bottom: 1px solid #000000;
          background-color: #FFFFFF;
          text-align: center;
          text-transform: capitalize;
          font-family: verdana;
          font-size: 12pt;
          margin: 0px;
          padding: 0px;
          width: 780;
          }
         
.bottoni  {
         border-top: 1px solid #000000;
         border-left: 1px solid #000000;
         border-right: 1px solid #000000;
         border-bottom: 1px solid #000000;
         background-color: #FFFFFF;
         height: 25px;
         text-align: center;
         text-transform: capitalize;
         font-family: verdana;
         font-size: 8pt;
         margin: 10px;
         }

.image { 
         text-align: center;
         margin: 2px;
         padding: 2px;
       }

    
#list-menu {
width: 150px;
/* this width value is also effected by
the padding we will later set on the links. */
}


#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, Tahoma;
font-size: 10px; 
} 

#list-menu li {
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:140px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background-color: #DC7698;
text-decoration: none; /*lets remove the link underlines*/
filter:blendTrans(duration=0.5);

} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background-color: #FFFFFF;
color: #DC7698;
}

#list-header {
width: 400px;
font-size: 10px;
margin: 0; 
padding: 0;
text-align: center;
text-decoration: none;
list-style-type: none;
font-family: verdana, arial, Tahoma;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-header li {
margin: 2px 0 0;
} 

#list-header a {
display: block;
width:130px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background-color: #DC7698;
color: #000000;
text-decoration: none;
filter:blendTrans(duration=0.5);

} 

#list-header a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}


#list-header a:hover {
border: 1px solid #000000;
background: #FFFFFF;
color: #DC7698;
}

#list-footer {
width: 100px;
font-size: 10px;
margin: 0; 
padding: 0;
list-style-type: none;
text-decoration: none;
font-family: verdana, arial, Tahoma;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-footer li {
margin: 2px 0 0;
} 

#list-footer a {
display: block;
width:130px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background-color: #DC7698;
color: #000000;
text-decoration: none;
filter:blendTrans(duration=0.5);

} 

#list-footer a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}


#list-footer a:hover {
border: 1px solid #000000;
background: #FFFFFF;
color: #DC7698;
}

.newsTxt1 {
  font-size: 10px;
  text-decoration: none;
  font-family: verdana, arial, Tahoma;
  color: #000000;
}

.newsTxt1 a:link, .newsTxt1 a:active, .newsTxt1 a:visited{
  font-size: 10px;
  text-decoration: none;
  font-family: verdana, arial, Tahoma;
  color: #000000;
}

.newsTxt2 {
  font-size: 10px;
  text-decoration: none;
  font-family: verdana, arial, Tahoma;
  font-weight: bold;
  color: #000000;
}

.newsTxt2 a:link, .newsTxt2 a:active, .newsTxt2 a:visited{
  font-size: 10px;
  text-decoration: none;
  font-family: verdana, arial, Tahoma;
  color: #000000;
}

.tabellainterna {
                margin: 10;
                padding: 2;
                text-align: justify;
                text-decoration: none;
                font-family: verdana;
                color: #000000;
                font-size: 10px;
                width: 420;
}
[CICS SESSION]
RegionDir=d:/cawb31/

