  #content_pane {
    font-family: Arial, Helvetica, sans-serif;
    /* margin:  0px; */
  }

  #content_pane .p {
       font-family : Verdana, Geneva, Arial, 
       Helvetica, sans-serif;
       font-size : 10pt;
   }

  #content_pane td.navbar {
    /* 
    background-color: LightGray;
    color: black;
    */
    position: fixed;
    vertical-align: top;
    top: 225px;
  }
  #content_pane td.timeseries {
    padding-left: 120px;
    padding-right: 75px;
  }
  #content_pane td.navbar_alt {
    position: fixed;
    vertical-align: top;
    top: 225px;
  }

  #content_pane a  {
     color : #990000;
     font-size : 10pt;
     text-decoration: none;
  }


  #content_pane a:link    {}
  #content_pane a:visited {}
  #content_pane a:hover   {
    text-decoration: none;
  }
 

