| <style type="text/css">
<!--
body {
  background-image: url(<?php echo "$PHP_SELF?mode=image"; ?>);
  background-repeat: repeat;
  background-color: #FFFFFF;
  margin: 0 0 0 0;
  }
td {
  font-size: 10pt;
  }
.textarea {
  font-family: "Courier New, Courier, monospace";
  font-size: 10pt;
  }
a {
  font-weight: 600;
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
  }
a:active {
  color: #000000;
  }
input {
  font-size: 10pt;
  }
h4.printreport {
  background: #C0C0C0;
  color: #FFFFFF;
  text-align: center;
  }
pre.printreport {
  font-size: 8pt;
  font-family: "Courier New,Courier,monospace";
  color: #000000;
  background: #FFFFFF;
  border: double #C0C0C0;
  white-space: pre;
  }
-->
</style>
 |