BODY {font-family: Arial, Verdana, sans-serif; font-size: 12; font-weight: normal}

DIV {line-height: 120%}

<!-- <span class="headingnavy"></span> -->
.HEADINGNAVY {color: navy; font-size: 16pt; font-weight: bold}

<!-- <span class="largeboldnavy"></span> -->
.LARGEBOLDNAVY {color: navy; font-size: 14pt; font-weight: bold}

<!-- <span class="redfontbody"></span> -->
.REDFONTBODY {color: red;)

<!-- <span class="navyfontbody"> -->
.NAVYFONTBODY {color: navy;}

.ARIALNARROW10 {font-family: "Arial Narrow"; font-size: 10pt}

.SMALLNAVY {color: navy; font-size: 10pt}

.SMALLRED {color: red; font-size: 10pt}

<!-- <p class="smallblack"></p> -->
P.SMALLBLACK {font-size: 10pt}

<!-- To use this, just enclose one or more paragraphs between <div></div> -->
DIV {font-family: "Arial Narrow"}

<!-- First line indent. Put <p class="first"></p> on the html page. With Arial12 should line up with <ul><li> indent -->
P.FIRST {text-indent: 2.5em}

<!-- Square bullet list. Put <ul></ul> on the html page -->
UL {list-style-type: square}

@media print{
 body{ display:none }
}
