BODY {
  color				: black;
  background		: #FFFFCC;
  font-family		: Arial;
  font-size			: 10pt;
  margin			: 8px;
}
H2 {
  font-size				: 20px;
  border-top-style		: none;
  border-left-style		: double;
  border-left-width		: 8px;
  border-bottom-style	: solid;
  margin-left			: 1px;
  margin-top			: 30px;
  margin-bottom			: 10px;
  border-bottom-width	: 2px;
  font-weight			: bold;
  position				: relative;
  padding-left			: 10px;
  border-left-color		: #663300;
  border-bottom-color	: #663300;
}
H1 {
  font-size		: 36px;
  font-family		: Arial;
  border-bottom-width	: 5px;
  border-bottom-style	: solid;
  border-bottom-color	: #663300;
  padding-bottom		: 1px;
  margin-bottom		: 20px;
  letter-spacing		: normal;
  font-weight		: bold;
}
TABLE {
  margin-top		: 2pt;
  margin-bottom		: 2pt;
  margin-left		: 0pt;
  margin-right		: 0pt;
  padding-left		: 0pt;
  padding-right		: 0pt;
  position		: relative;
  left			: 12px;
  font-family		: Arial;
  font-size		: 10pt;
  border-style		: none none none none;
  width			: 95%;
}
TD,TH {
  padding			: 2pt;
  border-width		: 2pt;
  border-style		: none none none none;
  font-style		: normal;
  text-align		: left;
}
TD {
  background		: #ffcc99;
  font-weight		: normal;
}
TH {
  background		: #ffcc99;
  font-weight		: bold;
}
A:LINK {
  color				: #663300;
  background		: inherit;
  text-decoration	: none;
}

A:VISITED {
  color				: #336600;
  background		: inherit;
  text-decoration	: none;
}

A:HOVER {
  color				: #663300;
  background		: #ff9966;
  text-decoration	: underline;
}

A:ACTIVE {
  color				: #cc0088;
  background		: inherit;
  text-decoration	: underline;
}
P {
  position		: relative;
  left			: 12px;
  top			: auto;
  font-family		: Arial;
  font-size		: 10pt;
  padding-right		: 10px;
  margin-right		: 6px;
  border-right-width	: 8px;
}
CODE {
  font-family		: "Courier New", monospace;
  position		: static;
  left			: 12px;
  font-size		: 10pt;
}
PRE { position		: relative; left			: 12px; }
H3 {
  left : 6px;
  position		: relative;
  margin-top : 15pt;
  border-bottom-width	: 1px;
  border-bottom-style	: solid;
  border-bottom-color	: #663300;
  padding-bottom	: 1px;
}
H4{
  position : relative;
  left : 6px;
}
H5{
  position : relative;
  left : 6px;
}
DL {
  position		: relative;
  left			: 12px;
  top			: auto;
  padding-right		: 10px;
  margin-right		: 6px;
  border-right-width	: 8px;
}
