  body {
    margin: 0px;
    padding: 0px;
    font-family: verdana, tahoma, arial, sans-serif;
    background: #ffffff;
    background-image: url('../images/img_background.gif');
    background-repeat: repeat-y;
    margin: 0px;
    font-size: 70%;
  }
  
  table, input, textarea {font-size: 100%}
  
#bNavigate {
  position: absolute;
  left:     0px;
  top:      -2px;
  background: #ffffff;
}
#bBanner   {
  position: absolute;
  left:     0px;
  top:      55px;
  background: #ffffff;
}
#bMenu      {
  position: absolute;
  left:     0px;
  top:      167px;
  width:    778px;
  background: #ffffff;
}
#bMenu .row_1     {
  height: 30px;
}
#bMenu a       {border-bottom: 2px solid #ffffff}
#bMenu a:hover {border-bottom: 2px solid #FB8820}  

#bbSideTitle {
  position: absolute;
  left: 0px;
  top: 210px;
  width: 68px;
}


#bBody      {
  position: absolute;
  left:     90px;
  top:      210px;
  width:    690px;
  padding-bottom: 10px;
}
#bBody .bbNewsItem {
  margin-bottom: 20px;
}
#bBody .bbNewsDate {
  color: #FB8820
}

#bBody a {
  text-decoration: underline;
  color: #000000;
}
#bBody a:hover {
  color: #ff0000;
}

#bValidateIco {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#bCopy {}
#bCopy a {
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  color: #ABABAB;
}
 
#bCopy a:hover {
  text-decoration: underline;
  color: #FB8820;  
}

    
