/* acedb style */
BODY { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
}

A:link { color: blue }
A:active { color: green }
A:visited { color: purple }

H1 { 
    font-size: large; 
    font-style: normal; 
    font-weight: bold ;
    line-height: 50pt;
   }
H2 { 
    font-size: medium; 
    font-style: normal; 
    font-weight: bold ;
    line-height: 2 ;
   }
H3 { 
    font-size: small; 
    font-style: normal; 
    font-weight: bold; 
   }

/*
  This one doesn't work on my IE, as far as I can tell:
  P:first-letter { font-size: 200%; float: left }
*/

div.tail {
  font-style: italic;
  text-align: right;
}

hr.tail {
  color: red;
}

.inprogress {
  font-family: monospace;
  font-style: italic;
  font-size: x-small;
}

.footnote {
  color: aqua;
  font-size: x-small;
}

.linkrow {
  text-align: left;
  text-valign: top;
  valign: top;
  font-style: normal;
}

.webmaster {
  font-style: italic;
  text-align: right;
}

.headerinactive {
  font-family: arial, sans-serif, helvetica;
  color: #000070;
  font-size: 8pt;
  text-decoration: none;
}

.headeractive {
  font-family: arial, sans-serif, helvetica;
  color: #a00000;
  font-size: 8pt;
  text-decoration: none;
}

.headerbackground {
  background-color: #f5f5ff;
  text-decoration: none;
}

.footerbackground {
  background-color: #f5f5ff;
  text-decoration: none;
}

.headerfooterseparator {
  background-color: #aaaaaa;
}

.navigatorseparator {
  background-color: #aaaaaa;
}



.barialw, .barial, .arial, .barialr, .arialr, .arialb {
  font-size: 8pt;
}


