
body {
   font-family: 'trebuchet ms', verdana, arial, helvetica, san-serif;
   margin: 0px;
   color: #E99E9E;

   scrollbar-face-color:#E99E9E;
   scrollbar-arrow-color:#642424;
   scrollbar-track-color:#8E4646;
   scrollbar-shadow-color:#642424;
   scrollbar-highlight-color:#642424;
   scrollbar-3dlight-color:#642424;
   scrollbar-darkshadow-Color:#642424;
   }

td {
   font-family: 'trebuchet ms', verdana, arial, helvetica, san-serif;
   color: #E99E9E;
   font-size: 13 px;
   margin: 0px;
   }

p {
   font-family: 'trebuchet ms', verdana, arial, helvetica, san-serif;
   color: #E99E9E;
   margin: 0em;
   margin-left: 1em;
   margin-right: 1em;
   }

p.indent {
   text-indent: 1em;
   }

p.noindent {
   text-indent: 0em;
   }

p.disclaimer {
   text-indent: 0em;
   margin-left: 3em;
   margin-right: 3em;
   font-size: 10px;
   text-align: center;
}

a {
   text-decoration: none;
  }

a:link {
   color: #FF6666;
   }

a:visited {
   color: #9999FF;
   }

a:hover {
   color: #E99E9E;
   text-decoration: overline underline;
   }

a:active {
   color: #E99E9E;
   text-decoration: overline underline;
   }


a.italic {
   text-decoration: none;
   font-style: italic;
  }

