<!-- css stylesheet{  }
<!-- created by causeway css stylesheet editor rcs 2001{  }
<!-- www.causeway.co.uk/freestuf/cssedit/{  }
BODY
{font-family:"Arial"; font-size:"10 pt"; 
background-color: white;
margin-left: 5px;
color: #003333
}
.celletext
{font-family:"Arial"; font-size:"10 pt"; 
margin-left: 5px
}

@media screen {

            .unprintable {
                  display: block;
            }
            .printable {
                  display: block;
            }

      }

      @media print {

            .unprintable {
                  display: none;
            }
            .printable {
                  display: block;
            }

      }


H1 {font-family:"Arial"; font-size:"12 pt"; FONT-WEIGHT: bold; margin-bottom:"-12 pt";}
H2 {font-family:"Arial"; font-size:"12 pt"; FONT-WEIGHT: normal; margin-bottom:"-12 pt";}
H3 {font-family:"Arial"; font-size:"11 pt"; FONT-WEIGHT: bold; margin-bottom:"-12 pt"; }
P {font-family:"Arial"; font-size:"10 pt"; margin-left: 5px; }
A:link 	{color: #555555; text-decoration: none}
A:visited	{color: #555555; text-decoration: none}
A:hover	{color: #FF0000; text-decoration: none; font-weight: normal}
A:active 	{color: #000000; text-decoration: none}
