<!-- header options, use the h2 to format the page titles, h3 for page sub-titles -->
<!-- h1 header command is not used too large in Netscape 6 browsers -->
<!-- h2.x contains the instructions for the page Titles, x value determines font color -->
<!-- h4.x contains the instructions for the page sub-titles, x value determines font color -->
<!-- .1 is #3131ce=blue, .2 is #ffce00=gold, .3 is #f22626=red -->


h2.1 { color: #3131ce; font-size: 13pt; text-transform: uppercase; font-family: tahoma, sans-serif }

h2.2 { color: #ffce00; font-size: 13pt; text-transform: uppercase; font-family: tahoma, sans-serif }

h2.3 { color: #f22626; font-size: 13pt; text-transform: uppercase; font-family: tahoma, sans-serif }

h4.1 { color: #3131ce; font-size: 9pt; text-transform: uppercase; font-family: tahoma, sans-serif }

h4.2 { color: #ffce00; font-size: 9pt; text-transform: uppercase; font-family: tahoma, sans-serif }

h4.3 { color: #f22626; font-size: 9pt; text-transform: uppercase; font-family: tahoma, sans-serif }



<!-- font contains the instuctions for the basic page font format -->
<!-- font.1 contains the instuctions for the primary font format -->
<!-- font.2 contains the instuctions for the secondary font format (if needed) -->
<!-- font.3 contains the instuctions for the special font format (if needed) -->
<!-- font options, use font class="1" tag to use font.1 option -->

font { color: #000000; font-size: 10pt; font-weight: bold; font-family: tahoma, sans-serif }
font.1 { color: #3131ce; font-size: 10pt; font-weight: bold; font-family: tahoma, sans-serif }
font.2 { color: #ffce00; font-size: 10pt; font-weight: bold; font-family: tahoma, sans-serif }
font.3 { color: #f22626; font-size: 10pt; font-weight: bold; font-family: tahoma, sans-serif }

<!-- paragraph options, postion text at specific areas of the page -->
<!-- paragraph options, use p class="1" tag to use p.1 option -->
<!-- paragraph options p.1 - p.5, are used in the OAG Division Info sections -->


p  { line-height: 13pt }
p.1 { line-height: 13pt; position: absolute; margin-top: 10px; margin-left: 0px }
p.2 { line-height: 13pt; position: absolute; margin-top: 10px; margin-left: 250px}
p.3 { line-height: 13pt; position: absolute; margin-top: 75px; margin-left: 0px }
p.4 { line-height: 13pt; position: absolute; margin-top: 75px; margin-left: 250px }
p.5 { line-height: 13pt; position: absolute; margin-top: 160px; margin-left: 0px }
p.6 { line-height: 13pt; position: absolute; margin-top: 240px; margin-left: 0px }


<!-- image options, use div class="a" tag to position the panel image -->
<!-- absolute and the pixels for left and top will place the image at an exact location --> 

.a { position: absolute; left: 415px; top: 0px } /* give all images margin values */


<!-- link options, select the color of font without underline for these types of links -->

a:link { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:visited { color: #C61212; text-decoration: none }
