body {
  font-family      : verdana, sans-serif;
  font-size        : 11px;
  background-color : #e8edf0;
  overflow:hidden;
  *text-align      : center;
}

table {
  border-collapse  : collapse;
  margin           : auto;
}

#content {
  ove_rflow         : auto;
  width            : 520px;
}


#menu {
  font-family      : verdana, serif;
  font-size        : 13px;
  background-color : #adbfbc;
  line-height      : 19px;
  color            : white;
  font-weight      : bold;
  padding          : 10px 0px 15px 10px;
  vertical-align   : top;
  overflow         : auto;
}

.menuitem {
  cursor           : pointer;
  padding          : 3px 0px 3px 0px;
  border-top       : 1px solid #fff;
  border-bottom    : 1px solid #fff;
}


.titleHeader {
  font-size        : 16px;
  font-weight      : bold;
  color            : #2b476b;
  padding-left     : 10px;
}

.hliteon {
  background-color : #fff;
  color            : #adbfbc;
}
.hliteoff {
  color            : white;
}

.submenuitem {
  padding-left     : 7px;
  display          : no_ne;
  font-size        : 10px;
  cursor           : poi_nter;
}


.contentTitle {
  font-size        : 16px;
  font-weight      : bold;
  color            : #2b476b;
  position         : relative;
  top              : +4px;
  *top             : +0px;
}

.contentText {
  padding-left     : 5px;
  padding-right    : 5px;
  font-family      : verdana, sans-serif;
  font-size        : 12px;
  line-height      : 18px;
  background-color : #fff;
  text-align       : left;
  position         : relative;
  top              : +9px;
  *top             : +2px;
  overflow         : auto;
}

.imgLogo {
  margin-right     : 15px;
  border           : 0px;
}

.td  {
  font-family      : verdana;
  font-size        : 6px;
}


.button {
  background-color: #bccdd2;
  color           : #00476b;
  border          : 1px grey solid;
  cursor          : pointer;
  font-size       : 10px;
  font-family     : verdana, arial, sans-serif;
  font-weight     : bold;
  height          : 24px;
  width           : 100px;
}

.button_hover {
  background-color: #bccdd2;
  color           : #f3f5f7;
  border          : 1px grey solid;
  cursor          : pointer;
  font-size       : 10px;
  font-family     : verdana, arial, sans-serif;
  font-weight     : bold;
  height          : 24px;
  width           : 100px;
}

