h2 /* main header lrg*/
{
font-style: bold;
font-size: 18pt;
color: navy;
text-align: center;
font-family: arial, helvetica, sans-serif 
}


h3 /* main header*/
{
font-style: bold;
font-size: 16pt;
color: navy;
text-align: center;
font-family: arial, helvetica, sans-serif 
}

h4 /* top body text*/
{

font-style: bold; 
text-align: center;
font-size: 10pt;
font-family: arial, helvetica, sans-serif
}

h5 /* sub header*/
{

font-style: bold; 
text-align: left;
font-size: 12pt;
font-family: arial, helvetica, sans-serif
}

h6 /* bottom text free information form...*/
{

font-style: bold; 
text-align: center;
font-size: 10pt;
font-family: arial, helvetica, sans-serif
}

p /* main body text*/
{

font-style: normal;
font-size: 10pt;
font-family: arial, helvetica, sans-serif 
}


ul.square  /* list bullet squares must ad <ul class="square"> to the li */
{
list-style-type: square
}

ul /* gives you solid circle bullet point*/
{
list-style: disc;
font-size: 10pt

}  

ol.decimal /* list bullet squares must ad <ol class="decimal"> to the li */
{
list-style-type: decimal
}

a:link     {color:#0000FF}
a:visited  {color:blue}
a:active   {color:navy}
a:hover    {color:#FF0000}



hr {color:navy}
.heading {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold}
.newhead {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; color: #000099}
.subhead3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000099}
.mini {  font-family: Arial, Helvetica, sans-serif; font-size: 9px}
p {  }
select {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
select {  }
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
