<style type="text/css">
<!--
NOTE: I've changed this pages over to CSS.  This eliminates the need for many font-related HTML tags, will keep things on the main page uniform, 
and helps the site load faster. Basically, use <h5> as a tag for your headings and the <p> tag for your text.  
Just remember to close out the tag (</h5> and </p>). ~Katherine Nabity
 

body {background-color: #ffffff}

a:link {color: Purple}     /* unvisited link */
a:visited {color: Purple}  /* visited link */
a:hover {color: #FFCC00}   /* mouse over link */
a:active {color: #FFCC00}   /* selected link */

ul.disc {list-style-type: disc; font-family: arial; font-size: 10pt}
ol.decimal {list-style-type: decimal; font-family: arial; font-size: 80%}


h2 {color: Purple; font-family: arial}
h3 {font-family: arial; background-color: #AD15B1; font-size: 150%; color: #FFEC9D;}
h4 {color: #004B8C; font-family: arial; line-height: 120%}
h5 {color: Black; font-family: arial; background-color: #8DC2FF; margin-top: 10;
 padding-top: 0; margin-bottom: 5;
 padding-bottom: 0;}

p {color: black; font-family: arial; font-size: 10pt; margin-top: 0;
 padding-top: 0; margin-bottom: 8;
 padding-bottom: 0;}
 
span.highlight {background-color:yellow}

table.one
{
background-color: #345F82;
border-collapse: separate;
border-color: white;
border-spacing: 2px;
width: 98%;
}

td.two
{
text-align: center;
}
 
-->
</style>

