BODY, TH, CAPTION, TD, TD.body { 
   font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt
}

@media screen {
   BODY, TD, TD.body { 
      line-height: 1.3;
   }
   BODY {
      margin-right: 10px;
      margin-top: 8px;
      margin-bottom: 8px;
   }
}

BODY {
   margin-left: 10px;
}


TH, CAPTION {
   font-weight: bold;
}


H1 
{
   color: #000080;
   font-size: 15pt;
   FONT-WEIGHT: bold;
   line-height: 140%;
   text-align: left;
}

H2
{
   font-size: 12pt;
   FONT-WEIGHT: bold;
   text-align: left;
}


H3
{
   font-size: 11pt;
   FONT-WEIGHT: bold;
   text-align: left;
}

H4
{
   font-size: 10pt;
   FONT-WEIGHT: bold;
   text-align: left;
}


A:link
{
   COLOR: #0000CC;
}

A:visited
{
   COLOR: #333399;
}


A:hover, A:active 
{ 
   COLOR: #ff6600;
}

.emphasis, strong {
   color: #000080;
   font-weight: normal;
}

code, pre {
   font-family: "courier new",fixed;
   text-align: left;
}

small {
   font-size: 70%;
}


@media screen {
   /* Internet Explorer */
   small {
      font-size: 80%;
   }
}

BIG {
   font-weight: bold;
} 

DFN {
   font-weight: bold;
   font-style: normal;
   color: #000066;

   display: block;
   margin-left: 3em;
   margin-right: 3em;
}

/* Readings for metrics */
P.readings {
   font-weight: bold;
   margin-bottom: 0;
}
UL.readings {
   margin-top: 2px;
}
UL.readings A:link, UL.readings A:visited {
   color: blue;
}

TABLE {
  border: 0px solid black;
}

TABLE.normal TH, TABLE.normal TD {
  text-align: left;
  vertical-align: top;
  padding: 2px;
}


/* Green headers, white cells */
TABLE.stylish TD, TABLE.stylish TH {
  border: 0px solid black;
  padding-left: 2ex; 
  padding-right: 2ex;
}
TABLE.stylish TD {
  background: white;
  text-align: left;
}
TABLE.stylish TH {
  background: #99CC99;
}
TABLE.stylish TD.empty {
  background: #FFFFFF;
}
TABLE.stylish { border-color:black;border-style:solid;border-width:1px; }

/* Printing */
@media print {
   A:link, A:hover, A:visited, A:active, h2.pagetitle, 
   .readings, .emphasis, strong, DFN, .unavailable, .edition {
      COLOR: #000000;
   }

   .emphasis {
      color: #000000;
      font-weight: bold;
   }
}


