img { border-style:none; }
a { text-decoration: none; }
a:link    { color: #000066 }
a:visited { color: #000033 }
a:active  { color: #333366 }

body {
  background: #DDDDDD url(./pics/stone_light.gif);
  color:#000000;
}
.body_content {
}
.left_sidebar {
  background: #dddddd url(./pics/paper_fiesta.jpg);
  font-size: 12pt;
  text-align: center;
  color: #000000;
  clear: both;
  float: right;
  margin-right: 5px;
  width: 135px;
}
.shadow_lt {
  z-index:1;
  position: absolute;
  top: 0px;
  left: 135px;
  height: 100%;
  width: 10px;
}
.shadow_dn {
  width: 100%;
  height: 10px;
}
.divide_bar {
  position: relative;
  width: 90%;
  height: 55px;
  padding-right: 5%;
  padding-left: 5%;
  font: normal small-caps bold 16pt sans-serif;
}
.bar_highlight {
  width: 100%;
  height: 1px;
  padding-left: 5%;
  padding-top: 12px;
}
.footer {
  text-align: center;
  font-size: 8pt;
}
.chart {
  background: #CCCCFF;
}
.chart_highlight {
  background: #9999FF;
}
