BODY {	font-family: "Times New Roman",Southern,Verdana,serif;	font-size: 100%;        background: white; /*#E9EFFF;  #94B0FA; */        color: navy;	background-image: url("../images/blue_gradient_v5.jpg");	/* background-repeat: repeat-x; */	background-attachment: fixed;}A {  color: blue;  font-weight: bold; }H1, H2, H3, H4 {    font-weight: bold;     margin-bottom:0px;margin-top:0px;    /* color: white; background: navy; */   background: #99ccff;}HR {   margin: 0;   padding: 0;   height: 4;   color: blue; /* IE likes this */   background-color: blue; /* Mozilla likes this */   }.tight { margin: 0 }@media print{   .non-print   {     display: none;   }      .bodytext {	  font-size: 4pt;   }}.page {  max-width: 980; /* for Mozilla browsers, though it does not seem to work */  width:expression(document.body.clientWidth > 980? "980px": "auto" ); /* for IE */  background: white;}</style>
