body {background:#ffffff;}
body, table, td {color:#000000;}
/*only :link works in NE4.7, not visited, hover, or active! */
/*still have to include the body bgcolor tag with all the link tags in the html
document for the links to have the same colors in Netscape.*/
a:link {color:#153e7e; background:transparent}
a:visited {color:#4863a0; background:transparent}
a:active {color:#fbb917; background:transparent} 
a:hover {color:#fbb917;} 
h1, h2, h3, h4, h5, h6 {font-family: /*sabon, times,*/ helvetica /*, sans-serif*/; 
                        font-style: italic;
                        color:#000000;       /*#153e7e - blue*/
                        background:#ffffff;}
h1, h2, h3 {font-weight:bold;}
            /*margin: 5px 0px 5px 0px;*/
/*a class which is not identified with a particular element can be applied within any
element.*/ 
.title {background:#ffffff;
        margin:0px 10px 0px 10px;}
h4, h5, h6 {font-style:italic;}
            /*margin: 0px 10px 0px 10px;*/
p {font-family: sabon, times, helvetica, sans-serif;
   font-size:14px;}
p {color:#000000;}
p.para {margin:0em 0em 1em 2em;}
p.webadmin {margin:0.1em;
         color:#153e7e;
         font-family:sabon, times, helvetica, sans-serif;
         font-size:12px;
         font-style:italic;}
p.footnote {color:#4863a0;
            font-size:10px;}
br.textlinks {font-family:sabon, times, helvetica, sans-serif;
             font-size:10px;}
table {font-family: sabon, times, helvetica, sans-serif;
       background:#ffffff;
       font-size:14px;}
table {color:#000000;}
td.main {background:#ffffff;}
td.side {background:#ffffff;}
td.blue1 {background:#1569c7;}
td.blue2 {background:#153e7e;}
ul h3 {font-weight:bold;
      font-size:18px;
      font-family: sabon, times, helvetica, sans-serif;}
/*for HR only the width&padding properties work in NN4.7; all properties work in IE5*/ 
/*hr {color:#153e7e; height:1px; padding:0ex;}*/
