/*
 * StyleSheet for
 * DHTML Section
 */

.bodytext {font: normal 10pt tahoma; padding: 1em;}
.bodytext a {font-weight: bold; color: navy;}
.bodytext a: hover {color: blue;}
.huge {font-size: 36pt; color: navy;}

body { background-color: white; }
code { font: normal 10pt courier new, courier; color: navy; background-color: silver;}

div.DHTMLBox { position: absolute; top: 10px; left: 500px; border: solid 2px black;
   background-color: palegoldenrod; padding: 0px; } 
div.DHTMLBox td, div.DHTMLBox td p, div.DHTMLBox td li {font: normal 9pt arial; color: navy;}
div.DHTMLBox  a {font-weight: bold;}

em {font-style: italic; font-weight: bold;}
h1 { font: bold 24pt verdana; }
h1.gen { font: bold 24pt verdana; }
h1.DHTML { font: bold 16pt arial; color: orange; background-color: maroon;} 
h2 { font: bold 18pt verdana; }
h3 { font: bold 16pt verdana; }
hr {color: black; width: 190px; height: 1px;}
li { font: normal 10pt tahoma; color: black; }
li a { font: bold 10pt tahoma; color: navy; }
li a:hover { color: blue; }
p { text-indent: 1em; font: normal 10pt tahoma; color: black; }
p a { font: normal 10pt tahoma; color: navy; text-decoration: underline;}
p a:hover { color: blue; }

