img { border-style:none; }
a { text-decoration: none; }
a:link    { color: #660000 }
a:visited { color: #330000 }
a:active  { color: #663333 }
td { vertical-align: top; }

body {
  background: #FFDDDD url(./pics/paper_parchment.jpg);
  color:#000000;
}
.body_content {
}
.left_sidebar {
  background: #dddddd url(./pics/stone_light.gif);
  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: #FFCCCC;
}
.chart_highlight {
  background: #FF9999;
}
