#chartBodyBox {
  border:0px;
  padding:0px;
  margin:5px;
  width:968px;
  background-color:#484848;
  text-align:left;
  clear:left;
  position:relative;
  background-image:url(../imgs/bodyFooter.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

#chartBodyBox h1 {
  background-image:url(../imgs/heading_4px.jpg);
  background-repeat: repeat-x;
  margin:0px;
  padding:7px 5px 6px 10px;
  font-size:12pt;
  font-family:georgia,garamond,serif;
  font-weight:normal;
  color:#fa7d01;
  border-bottom:#999999 1px solid;
}

#chartBody {
  margin:0px;
  padding:0px;
  font-size:9pt;
  color:#ffffff;
}

#chartBody td {
  font-size:10pt;
  color:#ffffff;
  background-repeat: repeat-x;
  height:42px;
  padding-left:6px;
  padding-right:6px;
  margin:0px;
  overflow:hidden;
  border-bottom:#000000 1px solid;
}

#chartBody th {
  color:#ffffff;
  background-image:url(../imgs/heading_4px.jpg);
  background-repeat: repeat-x;
  margin:0px;
  padding:7px 5px 6px 10px;
  font-size:12pt;
  font-family:georgia,garamond,serif;
  font-weight:normal;
  border-top:#222222 1px solid;
}

#chartNameBox td {
  background-image:none;
  overflow:hidden;
  border:0px;
  height:auto;
}

#chartBottom {
  padding:0px;
  margin:0px;
}

#chartBottom th {
  font-family:georgia,garamond,serif;
  font-weight:normal;
  color:#ffffff;
  font-size:9pt;
  padding:8px 10px;
  margin:0px;
  background-image:url(../imgs/subHeader.gif);
  background-repeat: repeat-x;
}

#chartBottom td {
  font-size:11pt;
  color:#ffffff;
  background-repeat: repeat-x;
  height:46px;
  padding-left:6px;
  padding-right:6px;
  margin:0px;
  overflow:hidden;
}

#chartBody th a {
  color:#fa7d01;
}

#chartBody th a.selected {
  color:#ffffff;
  background:none;
}