BODY
{ background-color: #FFF; /* background */
  font-family: Arial, sans-serif;
  font-size: 15px;
}
TD.right
{ width: 44em;<!--38-->
}
TD.header
{ width: 44em;
}
TD.footer
{ width: 44em;
}

H1
{ text-align: center;
  color: #393;            /* heading */
  font-family: Palatino, Times, serif;
  font-size: 200%;
  font-weight: bold;
}
H2
{ color: #393;           /* heading */
  font-family: Palatino, Times, serif;
  font-size: 150%;
  font-weight: bold;
  padding-top: 12px;
  width: 100%;           /* MacOS Netscape 4.7 needs to get border correct */
  border-color: #393;    /* emphasis */
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  clear: both;
}
H2.first
{ border-style: none;
}
H3
{ color: #393;           /* heading */
  font-family: Palatino, Times, serif;
  font-size: 100%;
  font-weight: bold;
}
P,OL,UL,DL,MENU { line-height: 1.2em} /* Must NOT include TD else Netscape 4.7 error! */
UL.plain { list-style-type: none }
CODE,PRE,TT { font-family: Courier, sans-serif }
HR
{ border-color: #393;               /* emphasis */
  border-width: 1px;
  border-style: solid;
}

TD.divider { background-color: #393; }

DIV.img_right { float: right; }
DIV.img_left { float: left; }
DIV.img_right, DIV.img_left
{ margin: 0.5em 1em 0.5em 1em;
}
DIV.img_center
{ margin: 0.5em auto 0.5em auto;
}
DIV.img_right, DIV.img_left, DIV.img_center
{ background-color: white;
  color: #666;
  text-align: center;
}

EM { font-style: italic }
STRONG { font-weight: bold }
STRONG.head
{ color: #393;            /* heading */
  font-family: Palatino, Times, serif;
  font-size: 150%;
  font-weight: bold;
}
STRONG.subhead
{ color: #393;            /* heading */
  font-family: Palatino, Times serif;
  font-size: 120%;
  font-weight: bold;
}

.banner
{ color: #393;           /* heading */
}
.bold   { color: #090 }  /* emphasis */
.smcaps { text-transform: lowercase; font-weight: bold; font-size: 100% }
.warn   { color: #C30 }  /* red */
.plus   { color: #090 }  /* emphasis */
.hilite, .special
{ background-color: #FFC /* contrast */
}
.caption { color: #CCC } /* gray */

.diagram { line-height: normal }

SPAN.waypt
{ font-size: 1.2em;
  background-color: yellow;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

A, A:visited, A:active
{ color: #00C; 
  text-decoration: none ;
  white-space: nowrap;
}
A:hover
{ color: #99C;
}
A.footer, A.footer:active, A.footer:visited
{ color: #339;
  text-decoration: none ;
}
A.footer:hover
{ color: #99C;
}
I.footer
{ color: #666;
  font-size: 84%;
  font-style: normal;
}
P.caption, TD.caption, SPAN.inactive
{ color: #666;
}
DIV.menu
{ text-align: center;
}
.ack
{ font-size: 75%;
  text-align: left;
}
DIV.ack
{ padding-top: 0.5em;
}
DIV.left P
{ font-size: 120%;
}