BODY {	background-color: white;
	font: bold 12pt "Arial", "Garamond";
	scrollbar-face-color: #9999FF;
	scrollbar-highlight-color: Lightblue;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: Darkblue;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
     }

H1      {text-align: left;
	 color: DarkBlue;
	 font:  bold 11pt "Arial", "Garamond";
	 }

H2	{text-align:left;
	 color: Darkblue ;
	 font: bold 14pt "arial", "Garamond" }

H3	{text-align:left;
	 color: white ;
	 font: bold 12pt "arial", "Garamond";
        }

H4	{text-align:center;
	 color: DarkBlue;
	 font: 14pt "arial", "Garamond";
	}

P	{text-align: left;
	 color: Black;
	 font:  12pt "Arial", "Garamond"}

.sub 	{position: relative;
	 font-size: .8em}

.super  {position: relative;
	 font-size: .6em;
         top: -1ex}

.big	{font: bold 16pt}


.dis    {text-align: Center;
	 color: Black;
	 font:  7pt "Arial", "Garamond"}



A	{color: black;
	 text-decoration: none}

A:hover	{color: white;
	 text-decoration: underline}

A:visited {color: gray}