<style type="text/css">
<!--
.button_big{
  CURSOR: hand;
  background-image: url(/images/bBlank.jpg);
  border: #000000;
  clip: rect(   );
  height: 40px;
  width: 119px;
  color: #FFFFFF;
  font-size:12pt
}

.button_big_over{
  CURSOR: hand;
  background-image: url(/images/bBlank.jpg);
  border: #000000;
  clip: rect(   );
  height: 40px;
  width: 119px;
  color: #FF9900;
  font-size:12pt
}

.button_mid{
  CURSOR: hand;
  background-image: url(/images/bBlank50x25.jpg);
  border: #000000;
  clip: rect(   );
  height: 25px;
  width: 74px;
  color: #FFFFFF;
  font-size:10pt
}

.button_mid_over{
  CURSOR: hand;
  background-image: url(/images/bBlank50x25.jpg);
  border: #000000;
  clip: rect(   );
  height: 25px;
  width: 74px;
  color: #FF9900;
  font-size:10pt
}

.button_small{
  CURSOR: hand;
  background-image: url(/images/bBlank40x20.jpg);
  border: #000000;
  clip: rect(   );
  height: 20px;
  width: 59px;
  color: #FFFFFF;
  font-size:8pt
}

.button_small_over{
  CURSOR: hand;
  background-image: url(/images/bBlank40x20.jpg);
  border: #000000;
  clip: rect(   );
  height: 20px;
  width: 59px;
  color: #FF9900;
  font-size:8pt
}

P{ 
  font-size:10pt 
}

BIG{
  font-size:14pt
}

SMALL{
  font-size:8pt 
}

ADDRESS{
  font-size:8pt
}

TH{
  font=size:12pt 
}

TD{
  font=size:12pt 
}
-->
</style>