body { 
	BACKGROUND-COLOR: #FFFFFF;
   color: black;
   background-position: top left;
   background-attachment: fixed;
   background-repeat: no-repeat;
   margin-top: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	padding: 0pt 0pt 0pt 0pt;
	border-width: 0pt;
	border-style: none;
}

:link { background: transparent }
:visited { background: transparent }
a:active { background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: trebuchet MS, arial;
}

h1, h2, h3, h4, h5, h6 { text-align: left;}
/* background should be transparent, but WebTV has a bug */
h1, h2, h3, h4, h5, h6 { COLOR: black;}
h1 { FONT-SIZE: 20pt;}
h2 { FONT-SIZE: 12pt;}
h3 { FONT-SIZE: 10pt;}
h4 { FONT-SIZE: 9pt; }
h5 { FONT-SIZE: 14pt;}
h6 { FONT-SIZE: 16pt;}

.hide { display: none }

p.copyright { font-size: small }
p.copyright small { font-size: small }

/* hide from IE3 */
@media screen {  
a[href]:hover { background: #ffa }
}

pre, code { font-family: monospace } /* navigator 4 requires this */