BODY { margin: 0; background: white; } 
BODY, P, TD, H1, H2, H3, H4 { font-family: "Times New Roman", Times, serif; }
BODY, P, TD { color:#007700; font-size:12pt; font-weight:700; }
H1 { color:#CC3300; font-family: Arial, sans-serif; font-size:24pt; font-weight:700; }
H2 { color:#CC3300; font-family: Arial, sans-serif; font-size:18pt; font-weight:700; }
H3 { color:#CC3300; font-family: Arial, sans-serif; font-size:14pt; font-weight:700; }
H4 { color:#007700; font-family: Arial, sans-serif; font-size:12pt; font-weight:700; }
H5 { color:#007700; font-family: Arial, sans-serif; font-size:10pt; font-weight:700; }

A:link { color:#CC3300;  text-decoration: underline }
A:visited { color:#CC3300;  text-decoration: underline }
A:hover { color:#118800;  text-decoration: underline }
A:active { color:#118800;  text-decoration: underline }

#navbar a:link {
  color:#118800;
  text-decoration: none;
}
#navbar a:visited {
  color:#118800;
  text-decoration: none;
}
#navbar a:hover {
  color:#CC3300;
  text-decoration: underline;
}
#navbar a:active {
  color:#CC3300;
  text-decoration: underline;
}

#navbarfoot a:link {
  color:#FFFF00;
  text-decoration: none;
}
#navbarfoot a:visited {
  color:#FFFF00;
  text-decoration: none;
}
#navbarfoot a:hover {
  color:#FF6666;
  text-decoration: underline;
}
#navbarfoot a:active {
  color:#FF6666;
  text-decoration: underline;
}

#btmbar a:link {
  color:#000088;
  text-decoration: none;
}
#btmbar a:visited {
  color:#000088;
  text-decoration: none;
}
#btmbar a:hover {
  color:#FF6666;
  text-decoration: underline;
}
#btmbar a:active {
  color:#FF6666;
  text-decoration: underline;
}

UL 
{ 
list-style: disc; list-style-position: outside;
margin:0 0 0 0.6em; padding-left:0.6em;
}

LI
{
font-family: Verdana, Arial, sans-serif;
color:#FFFF00; font-size:10pt; font-weight:700;
margin:0; padding:0;
}

OL
{
list-style-position: outside;
margin:0 0 0 1.3em; padding-left:0.6em;
}

UL.spread LI {margin-bottom: 0.6em; }

UL.spread2 LI {margin-bottom: 1.2em; }

OL.spread LI {margin-bottom: 0.6em; }

UL.indent { margin-left: 2.0em; }

