/* This stylesheet is a hack to get around the fact that Netscape's    */
/* CSS implementation is not very robust.                              */

INPUT.submit {
  background-color: #006666;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  color: white;
  border-top-color: #339999;
  border-left-color: #339999;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset;
}
INPUT.light {
  background-color: #CCCC99;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-variant: small-caps;
  font-weight: bold;
  color: black;
  border-top-color: #FFFFCC;
  border-left-color: #FFFFCC;
  border-right-color: #999966;
  border-bottom-color: #999966;
  border-width: thin;
  border-style: outset;
}

BODY{	font-family: Verdana, Arial, Helvetica, Sans Serif; color: black; font-size: large;
	scrollbar-arrow-color:"#ffff00";
	scrollbar-base-color:"#ffffff";
	scrollbar-track-color:"#000000";
	scrollbar-face-color:"#f8c53a"}

H1{	font-size: x-large; text-decoration: none; margin-left=0;}
H2{	font-size: large; text-decoration: none; margin-left=0; color: #000080;}
H3{	font-size: medium; margin-left=0; color: #000000; font-style: italic;}
H4{	font-size: small; margin-left=0; color: #000080;}
H5{	font-size: x-small; text-decoration: none; margin-left=0;}
H6{	font-size: xx-small; text-decoration: none; margin-left=0;}

PRE	{ font-family: "Courier New,Courier"; font-size: x-small;}
B	{ font-weight : bold; }
UL	{ font-size: x-small;}
LI	{ font-size: x-small;}
TABLE	{ font-size : x-small; font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; }
FONT	{ font-family : Arial, Verdana, Helvetica, sans-serif, "MS sans serif"; }
TD	{ font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; }
P	{ font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; margin-left=10}