BODY { margin: 0;
background: #555599 URL(images/bg01.jpg); 
} 

BODY, P, TD, H1, H2, H3, H4, UL, LI { font-family: Verdana, Arial, sans-serif; }
BODY, P, TD { color:#FFFFFF; font-size:10pt; font-weight:700; }
H1 { color:#44DDFF; font-family: "Times New Roman", Times, Georgia, serif; font-size:24pt; font-weight:700; }
H2 { color:#44DDFF; font-family: "Times New Roman", Times, Georgia, serif; font-size:18pt; font-weight:700; }
H3 { color:#FFFFFF; font-size:14pt; font-weight:700; }
H4 { color:#FFFFFF; font-size:12pt; font-weight:700; }
H5 { color:#FFFFFF; font-size:10pt; font-weight:700; }

a:link, a:visited, a:active { color:#77CCEE;  text-decoration: underline; }
a:hover { color:#FFFFFF;  text-decoration: underline; }

UL 
{ 
list-style: disc; list-style-position: outside;
margin:0 0 0 0.6em; padding-left:0.6em;
}

LI
{
color:#FFFFFF; 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; }

OL.spread LI {margin-bottom: 0.6em; }

#navbar a:link {
  color:#FFFFFF;
  text-decoration: none;
}

#navbar a:visited {
  color:#FFFFFF;
  text-decoration: none;
}

#navbar a:hover {
  color:#222277;
  text-decoration: underline;
}

#navbar a:active {
  color:#222277;
  text-decoration: underline;
}

td.bg3
{ background: URL(images/bg03.jpg);
}

td.bg4
{ background: URL(images/bg04.jpg);
background-repeat: repeat-x;
}

td.vertbar
{ background: URL(images/bgvert.jpg);
background-repeat: repeat-y;
}

/* Comment out unused css.......

td.dk
{ background: #550066;
}

td.med
{ background: #770088;
}

td.light
{ background: #AA00AA;
}

td.content
{ background: #DDCCDD;
}

td.content2
{ background: #DDCCDD;
padding: 0.1in 0.2in 0.1in 0.2in;
}

#content2 { padding: 0.1in 0.2in 0.1in 0.2in; }   

td.divbar
{ background: #DDDDDD URL(images/divbar.jpg);
}


td.ocean
{ background: #AA00AA URL(images/ocean.jpg);
background-repeat: no-repeat;
}

td.leftbar
{ background: #DDCCDD URL(images/lft2.gif);
background-repeat: repeat-y;
}

td.rightbar
{ background: #DDCCDD URL(images/rt2.gif);
background-repeat: repeat-y;
background-position: right;
}

... end of comment out */