BODY {
  background-color:       white;
  margin-top      :       0;
  margin-bottom   :       0;
  margin-left     :       35px;
  margin-right    :       0;
}
BLOCKQUOTE {
  margin-left     :       24pt;
}
P,LI,BLOCKQUOTE,CAPTION {
  font-family     :       tahoma,arial,sans-serif;
  font-size       :       12pt;
  color           :       black;
  margin-top      :       0;
  margin-bottom   :       0;
  text-align      :       justify;
}
P {
  text-indent     :       24pt;
}
P.address {
  font-size       :       9pt;
  text-align      :       center;
  text-indent     :       0;
}
P.directory {
  font-size       :       9pt;
  text-align      :       right;
  text-indent     :       0;
}
P.no-indent,P.no-indent-left {
  text-indent     :       0;
}
P.no-indent-left {
  text-align      :       left;
}
P.bibliography {
  text-align      :       left;
  margin-bottom   :       6pt;
  margin-left     :       24pt;
  text-indent     :       -24pt;
}
CAPTION {
  margin          :       0 0 0 25px;
  font-size       :       75%;
  text-align      :       left;
}
H1 {
  font-family     :       "copperplate gothic bold",tahoma,arial,helvetica,sans-serif;
  font-size       :       18pt;
  color           :       #000;
  font-weight     :       bold;
  text-align      :       center;
  border-bottom   :       5px;
  border-top      :       5px;
  border-left     :       5px;
  border-right    :       5px;
  border-style    :       double;
  border-color    :       #669;
  padding         :       2px;
  margin-top      :       2px;
}

H2 {
  font-family     :       tahoma,arial,helvetica,sans-serif;
  font-size       :       18pt;
  color           :       #000;
  margin-bottom   :       0;
}

H3 {
  font-family     :       tahoma,arial,helvetica,sans-serif;
  font-size       :       12pt;
  color           :       #696;
  font-style      :       italic;
  margin-bottom   :       0;
}

.H4 {
  font-family     :       tahoma,arial,helvetica,sans-serif;
  font-weight     :       bold;
  color           :       #696;
  font-style      :       italic;
}
OL {
  /*list-style-type :       upper-roman;*/
  margin-top      :       0;
  margin-bottom   :       0;
}

OL OL {
  list-style-type :       upper-alpha;
}

OL OL OL {
  list-style-type :       arabic;
}
UL {
  margin-top      :       0;
  margin-bottom   :       0;
  /*margin-left   :       0;*/
  list-style-type :       square;
  list-style-image:       url(images/bullet.png);
}
HR {
color: #000;
}
A:LINK {
  color           :       #669;
  text-decoration :       none;
}
A:VISITED {
  color           :       #669;
  text-decoration :       none;
}
A:HOVER {
  color           :       #669;
  text-decoration :       underline;
}
A:ACTIVE {
  color           :       #669;
  text-decoration :       underline;
}
TABLE {
  border-color    :       black;
}
TH {
  background-color:       #669;
  color           :       white;
  font-family     :       tahoma,arial,sans-serif;
  font-size       :       12pt;
}
IMG.gallery,IMG.thumbnail {
  border          :       10px;
  border-color    :       black;
}
IMG.thumbnail {
  margin-right    :       0px;
  /*vertical-align  :       center;*/
}
span.mangle-email-strike {
text-decoration   :       line-through;
cursor            :       help;
}
code,pre {
color             :       #669;
font-family       :       "courier new",courier,monospace;
font-weight       :       normal;
font-size         :       95%;
}
pre {
width             :       700px;
overflow          :       auto;
border            :       dotted 2px;
background-color  :       #eee;
padding           :       3px;
}