/* ---- Default ---- */
BODY {
 margin: 0.5em 1em 0.5em 1em;
 font-family: "Times New Roman", Times, serif;
 color: #000000;
 background: #ffffff;
 url(none);
}
.author {
 margin: 0em 0em 0em 0em;
 letter-spacing: 0.1em;
}
P {
 margin-top: 1em;
 margin-bottom: 1em;
}
H1, H2 {
 font-family: "Times New Roman", Times, serif;
}
H1 {
 letter-spacing: 0.1em;
}
H3 {
 margin-top: 1.75em;
 margin-bottom: 0.5em;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #003399;
 background: #ffffff;
 font-size: 100%;
 font-weight: normal;
}
h2.fst {
 margin-top: 0em;
 margin-bottom: 0em;
 letter-spacing: 0.1em;
}
TD {
 font-family: "Times New Roman", Times, serif;
 background: white;
 color: maroon;
 text-align: left;
}
td.lnk {
 text-align: center;
}
BLOCKQUOTE {
 background: white;
 color: maroon;
}
BLOCKQUOTE P {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
}
.ftr {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 background: white;
 color: black;
}
span.hed {
 font-family: "Times New Roman", Times, serif;
 color: #0033cc;
 background: #ffffff;
 font-size: 110%;
 font-weight: normal;
}
B {
 font-weight: normal;
}
/* ---- Links ---- */
A:link {
  background: transparent;
  color: #000099;
}
A:visited {
  background: transparent;
  color: #990000;
}
A:active {
  background: transparent;
  color: #CC0000;
}
A:hover {
  background: #000000;
  color: #FFFFFF;
}