BODY {
	font-family: Arial, Helvetica, sans-serif;
              background-color: #FFFFFF;
     }

h1   {
      font-weight: bold;
      text-align: center;
      color: #FFFFFF;
      font-size:115%;
      margin:0;
     }

h2   {
      font-weight: bold;
      color: #FFFFFF;
      font-size:105%;
      margin:0;
     }

h3   {
      font-weight: bold;
      color: #FFFFFF;
      font-size:100%;
      margin:0;
     }

hr   {
      border: 1px solid #FFFFFF;
      color: #0066CC;
      background-color: #0066CC;
      height: 3px;
      width : 45%;
      text-align: center;
     }

p    {color: #FFFFFF;
      text-align: left; 
      vertical-align:top;}
    .heading {font-weight: bold;color: #FFFFFF;}
    .caption {font-size:80%;font-weight: bold;
              text-align: center;
              color: #FFFFFF;}
    .credit {font-size:60%;text-align: center;color: #FFFFFF;}
    .topic {font-size:75%;color:#003399;}
    .footer {text-align: center;
             color: #FFFFFF;
             font-size:75%;}

.subnav {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   line-height: 10px;
   font-weight: bold;
   text-transform: uppercase;
   color: #FFFFFF;
}

.floatLeft {
  float: left;
  padding: 0 3px 3px 0;
}

ul {color: #FFFFFF;}

.image_left {
margin: 0px;
position: relative;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
float: left;
}

.image_right {
margin: 0px;
position: relative;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
float: right;
}

a:link, :visited {color: #FFFFFF;}
 :link:hover, :visited:hover { color: #003399; }
  .footer {font-size:75%;}
  .big {font-size:105%;
        font-weight: bold;}

table    { display: table ;background-color: #0099FF;}
   .directory {background: #99CCFF;}
   .topic {background: #99CCFF}
TR       { display: table-row }
   .topic {background: #99CCFF}
THEAD    { display: table-header-group }
TBODY    { display: table-row-group }
TFOOT    { display: table-footer-group }
COL      { display: table-column }
COLGROUP { display: table-column-group }
TH    { display: table-cell;
        background: #0099FF;}
TD    { display: table-cell; 
        text-align: left;
        vertical-align: top;}
   .topic {background: #99CCFF}
   

CAPTION  { display: table-caption }
