body
{
  margin: 0;
  BACKGROUND-COLOR: #000000;
  color: #000;
  font-size: small;
  font-family: Verdana, Arial, Helvetica, sans-serif;
    SCROLLBAR-ARROW-COLOR: white; 
    SCROLLBAR-SHADOW-COLOR: #000000; 
    SCROLLBAR-FACE-COLOR: #96372D;
    SCROLLBAR-HIGHLIGHT-COLOR: #5E677B;
    SCROLLBAR-3DLIGHT-COLOR: #000000;  
    SCROLLBAR-TRACK-COLOR: #FFFFC0;  
    SCROLLBAR-DARKSHADOW-COLOR: #5E677B;
}

h1
{
  margin: 0;
/*  color: #28D;  */
  color: red;
  font-size: 1.5em;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2
{
  margin: 0;
/*  color: #28D;  */
  color: #000000;
  font-size: 11pt;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3
{
  margin: 0;
/*   BACKGROUND-COLOR: #000000;*/
  color: #27448C;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4
{
  margin: 0;
  BACKGROUND-COLOR: #000000;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

table
{

}

td
{
  font-size: 9pt;
}
p
{
  font-size: 9pt;
}

li
{
  font-size: 8pt;
}

a:link
{
  color: red;
  font-size: 8pt;
}
a:visited
{
  color: maroon;
  font-size: 8pt;
}
a:hover
{
  color: orange;
  font-size: 8pt;
}
a:active
{
  color: purple;
  font-size: 8pt;
}

#site_links a:link
{
  margin: 0;
  padding: .1em .3em;
  width: 16em;
/*  width: 117px; */
  display: block;
  color: #09560E;
  text-decoration: underline;
  font-size: 7pt;
}
#site_links a:visited
{
  margin: 0;
  padding: .1em .3em;
  width: 16em;
  display: block;
  color: #4DAFE4;
  text-decoration: none;
  font-size: 7pt;
}
#site_links a:hover
{
/*  background-color: #4DAFE4;  */
  background-color: #D9CF7D;
  color: white;
  text-decoration: none;
  font-size: 7pt;
}

#site_links a:active
{
  background-color: red;
  color: white;
  text-decoration: none;
  font-size: 7pt;
}

#site_links .link_active
{
  background-color: #28D;
  color:white;
  font-weight: bold;
}

#contact
{
  margin: .2em .3em;
  border: 1px solid navy;
  background-color: #FFF;
  text-align: center;
}

#copyright
{
  margin: 5em auto .5em;
  text-align: center;
  font-size: .8em;
}
.top
{
  vertical-align: top;
}
.indent
{
  margin: 0 2em;
}
.sm_txt
{
  text-align: center;
  color: navy;
  font-size: .8em;
}
.sm
{
  font-size: .7em;
}
a:link.white
{
  color: #ffffff;
}
a:hover.white
{
  color: #103667;
}
a:visited.white
{
  color: #FDF4B9;
}
#white
{
  color: #ffffff;
}
#white a:visited
{
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  font-size: 8 pt;
}
#white a:link
{
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  font-size: 8 pt;
}
#white a:hover
{
  color: #FDF4B9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 8 pt;
}


