/* Todd Bowers 10-22-02 
 * Style sheet for NAVDAT pages 
 */

/* use colors of the form #rgb instead of #rrggbb  since this discourages 
 * web-unsafe colors. Web-safe colors are of the form #rgb where 
 * values of r, g and b are one of {0,3,6,9,C,F}.
 */
.TableBorder1
   {
   background-color: black;
   border: 0px;
   padding: 0px;
   }
.BlackTableBorder1
   {
   background-color: Black;
   border: 0px;
   padding: 0px;
   }
.bordercell
   {
   background-color: #000;
   }

