div#test { 	background-image:  url('HButton.bmp');
		background-repeat: no-repeat;
    	height: 22px;
   	 width: 81px;
   	 
	}
div#testtext {    position:relative; height: auto; width: auto; left:0px; top: 3px;
	}
	

td.sales           { text-align: Left; text-indent: 0; word-spacing: 0; line-height: 100%; 
               margin-left: 8; margin-right: 8; margin-top: 0; margin-bottom: 
               0 }



a:link
{
	color: yellow; 
}
a:visited
{
	color: blue; 
} 
a:active 
{
	color: purple;
}


a
{
	color: red;
	text-decoration:underline;
	font-family:Arial,Helvetica;
	font-size:10pt;
}

a.leeclass:link
{       
	color:red;
	text-decoration:none;
	font-family:Arial,Helvetica;
}
a.leeclass:visited
{
	color: red;
}

a.leeclass:active 
{
	color: blue;
}




a.leeclass:hover 
{
	 color:yellow;
	text-decoration:none;
	font-weight:normal;
	
}



body
{
	font-family: Arial, Helvetica;
	background: black;
	color: rgb(255,255,255);
	font-weight:normal;
	
}


td           { font-family: Arial; text-align: Left; text-indent: 0; word-spacing: 0; 
               line-height: 100%; margin-left: 10; margin-right: 0;
               margin-top: 2; margin-bottom: 2 }
p            { font-family: Arial; text-indent: 0; word-spacing: 0;color:white; 
               line-height: 100%; margin: 0 margin-bottom: 1;font-size:10pt;}
h1
{
	
h1,h2,h3 { font-family: Arial;color: red;font-weight:normal;font-size:14pt;text-decoration:none;}

}