



table#inner {
  empty-cells: show;
  width: 100%;
}
table#inner td#story {
  background-color: #fff;
  color: #000;
  padding: 30px;
  width: 500px;
     line-height: 17px;
}
td.vFiller {
  background-color: #d2d2d2;
  color: #000;
  width: 13px;
}

td#rightSide {
  height: 295px;
  width: 278px;
}

table#inner td h1 {
  background-color: #fff;
  color: #0055a6;
  font-family: Times, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
}

table#inner td h2 {
  background-color: #fff;
  color: #0055a6;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}


table#inner caption {
  font-size: 10px;
  font-weight: bold;
  line-height: 11px;
}


