.bodyHome {
      margin: 0;
      padding: 0;
      text-align: center;
      font-family: arial, Helvetica, sans-serif;
      font-size: 14px;
      background: #E8E8E8; /*  url(images/bkgd.jpg) center repeat-y;*/
}

#body-margin{
      text-align: center;
      background: #fff;
      padding: 0px 11px;
      margin: 0 auto;            
      voice-family:inherit;
      width: 90%;
}
.menu {
 color: white;
 font-family: Trebuchet MS, arial, helvetica;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 line-height: 22px;
}
.menuOn {
 font-weight: bold;
 color: black;
 font-family: Trebuchet MS, arial, helvetica;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 line-height: 22px;
 background-repeat:no-repeat;
 background-image: url('menu_back_3.jpg');
 background-position:center;

}
.menuOnActivity {
 font-weight: bold;
 background-repeat: no-repeat;
 color: black;
 font-family: Trebuchet MS, arial, helvetica;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 line-height: 22px;
 background-color:#99FFFF; 
 background-repeat:repeat-x;
}

.menuOff {
 font-weight: bold;
 background-repeat: no-repeat;
 color: white;
 font-family: Trebuchet MS, arial, helvetica;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 line-height: 22px;
 background-image: none;
}

#header
{
padding-top: 5px;
border-bottom: 5px solid #246030;
}
#footer
{
padding-top: 5px;
border-top: 5px solid #246030;
}

/*
05/01/2012 SABRINA. 
così togli il bordo a tutte le immagini
ma se non lo vuoi togliere a tutte, devi mettere 
style="border-style: none" 
ad ogni immagine (<IMG>) a cui vuoi togliere il bordo'
*/
img
{  border-style: none;
}

