
body {
   scrollbar-face-color:#F0F7FA;
   scrollbar-arrow-color:#2E5866;
   scrollbar-track-color:#F0F7FA;
   scrollbar-shadow-color:#2E5866;
   scrollbar-highlight-color:#2E5866;
   scrollbar-3dlight-color:#F0F7FA;
   scrollbar-darkshadow-Color:#F0F7FA;
   }

h2 {
   font-family: 'trebuchet ms', verdana, arial, helvetica, san-serif;
   color: #2E5866;
   font-size: 1.2em;
   margin: 0em;
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   text-decoration: underline;
}

h2.headline {
   font-family: 'trebuchet ms', verdana, arial, helvetica, san-serif;
   color: #2E5866;
   font-size: 1.4em;
   margin: 0em;
   margin-top: 0.5em;
   margin-bottom: 0.5em;

   background-image: url(box.gif);
   background-repeat: no-repeat;
   background-position: top left;
}


p {
   font-family: 'trebuchet ms', verdana, arial, helvetica, san-serif;
   color: #2E5866;
   font-size: .8em;
   margin: 0em;
   margin-left: 1em;
   margin-right: 1em;
   }

p.indent {
   text-indent: 1em;
   }

p.noindent {
   text-indent: 0em;
   }

p.menu {
   text-indent: -1em;
   margin-left: 3em;
}

p.disclaimer {
   text-indent: 0em;
   margin-left: 2em;
   margin-right: 2em;
   font-size: 10px;
   text-align: center;
}

.box {   
   margin: 0px;
   position: relative;
   bottom: 0px;
   right: 0px;
   z-index: 2;   
   background-attachment: fixed;
}

a {
   text-decoration:none;
  }

a:link {
   color: #660000;
   }

a:visited {
   color: #000066;
   }

a:hover {
   color: #000000;
   text-decoration: overline underline;
   }

a:active {
   color: #000000;
   text-decoration: overline underline;
   }