<style type="text/css"><!--
/* Basic Stylesheet */
/* Background and Text Start -------------------------------------------*/body {
  background-color: navy;
  background-image: url(img/black.gif);
  background-repeat: repeat;
}li.home {
  text-indent: 0;
  line-height: 14px;
  letter-spacing: 0px;
  word-spacing: 0px;
}
.headerText1 {
  font-size: medium;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003366;
  position:relative;
  left:25px;
}
.headerText2 {
  font-size: small;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003366;
  position:relative;
}
.standardText {
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
}
.smallText {
  font: x-small verdana;
  color: #002B8E;
}
.rowHeader {
  color: white;
}
.error {
  font: x-small verdana;
  color: red;
}

/* Background and Text End ---------------------------------------------*/

/* Print Media Start -------------------------------------------------- */@media print { 
//  #buttonDiv {display: none;} 
}/* Print Media End ---------------------------------------------------- */
-->
</style>