   body {
      text-align: left;
      background-color: #ccc;
      color: black;
      padding-left: 30px;

   }

   .bodyChart {
      font-family:sans-serif,helvetica, arial;
      font-size: 18px;
      font-weight: normal;
      background-color: white;
   }


   .mainArea {
      width: 600px;
      text-align: left;
      background-color: white;
      border: 3px solid black; 
      padding: 10px;
      font-family:arial,helvetica,sans-serif;
      font-size: 12px;
      font-weight: normal;
      color: black;
   }

   .finePrint {
      padding-top: 15px;
      font-family:arial,helvetica,sans-serif;
      font-size: 9px;
      font-weight: normal;
      text-align: center;
   }

   .tvTable td {
      width: 50%;
   }

   .tvTable td+td {
      width: 50%;
   }

   #navTools h5 {
      display: none;
   }

   #navTools ul {
      padding: 3px 0;
      margin-left: 0;
      border-bottom: 1px solid red;
      font: bold 12px Verdana, sans-serif;
   }

   #navTools ul li {
      list-style: none;
      margin: 0;
      display: inline;
   }

   #navTools ul li a {
      padding: 3px 0.5em;
      margin-left: 3px;
      border: 1px solid red;
      border-bottom: none;
      background: white;
      text-decoration: none;
   }

   #navTools ul li a:link {
      color: red;
   }

   #navTools ul li a:visited {
      color: #a00;
   }

   #navTools ul li a:link:hover, #navTools ul li a:visited:hover {
      color: black;
      background: white;
      border-color: red;
   }

   #navTools ul li a#current {
      background: white;
      border-bottom: 3px solid white;
      color: black;
      font-weight: bold;
   }


