<!-- global style definitions for site -->

<STYLE type="text/css">    
    <!--
    body {
	/* main frame body declaration */
	background: white;
	color: #330066;
}


    
     /* GLOBAL NAV STYLES */
     
     .gnav  {/* default global nav font */
     font-family : Arial,Helvetica,sans-serif;
     font-size : .75em;
     font-weight : bold;
     color : #FFFFFF;
     letter-spacing: 1px;
     text-decoration: none;
     }
     
     .gnav2  {/* highlighted nav font */
     font-family : Arial,Helvetica,sans-serif;
     font-size : 0.75em;
     font-weight : bold;
     color : #b7c7df;
     letter-spacing: 1px;
     text-decoration : none;
     }

     .gnav3  {/* pull-down menu black nav font */
     font-family : Arial,Helvetica,sans-serif;
     font-size : 0.75em;
     font-weight : bold;
     color : #000000;
     letter-spacing: 1px;
     word-spacing: .5px;
     text-decoration : none;
     }

     
     /* LEFT NAV STYLES */
     
     .lnav  {/* default left nav font */
     font-family : Arial,Helvetica,sans-serif;
     font-size : .75em;
     font-weight : bold;
	 color: #ffffff;
     letter-spacing: 1px;
     }
     
     .lnav2  {/* highlighted left nav font */
     font-family : Arial,Helvetica,sans-serif;
     font-size : 0.75em;
     font-weight : bold;
     color : #ffcc99;
     letter-spacing: 1px;
     }

     .lnav1	{/* left nav font */
     font-family : Arial,Helvetica,sans-serif;
     font-size : .75em;
     font-weight : bold;
     letter-spacing: 1px;
     }

     .lnav3	{/* nav font on homepage */
     font-family : Arial,Helvetica,sans-serif;
     font-size : .90em;
     font-weight : bold;
	 color : #3399ff;
     letter-spacing: 0px;
     text-decoration : none;
     }

    
     /* HEADER STYLES */

     
     .h1  {
	/* header for use on content sections */
	font-family : Arial,Helvetica,sans-serif;
	font-size : larger;
	font-weight : bold;
	letter-spacing: 1px;
	text-decoration : none;
}
     
     .h2  {/* header 2 */
     font-family : Arial,Helvetica,sans-serif;
     font-size : larger;
     letter-spacing: 1px;
	 font-weight : bold;
	 color: #003366;
     text-decoration : none;
     }
     
     .h3  {/* header 3 */
     font-family : Arial,Helvetica,sans-serif;
     font-size : 0.75em;
     font-weight : bold;
	 color : #336699
     letter-spacing: 1px;
     text-decoration : none;
     }
     
     .h4  {/* header 4, red */
     font-family : Arial,Helvetica,sans-serif;
     font-size : 0.75em;
     font-weight : bold;
     color : #996666;
     letter-spacing: 1px;
     }
	 
	 .h5  {/* sub-text */
     font-family : Arial,Helvetica,sans-serif;
     font-size : 0.70em ;
	 font-weight: bold ;
     letter-spacing: 1px  ;
     text-decoration : none;
	 color : #996666;
     }


     
     /* BODY TEXT STYLES */
     
     .btext  {/* default body font */
     font-family : Arial,Helvetica,sans-serif;
     font-size : .80em;
     letter-spacing: 0px;
     }

     .btext1  {/* body font, bold */
     font-family : Arial,Helvetica,sans-serif;
     font-size : 0.75em;
     font-weight : bold;	
     }
     
     .btext2  {/* body font, bold */
     font-family : Arial,Helvetica,sans-serif;
     font-size : 0.80em;
     font-weight : bold;
     }
     
     .btext3  {/* link font, brown */
     font-family : Arial,Helvetica,sans-serif;
	 font-weight : bold ;
     font-size : 0.80em;
     color : #cc9966;
     }

	 
	 .btext4  {/* white body font */
     font-family : Arial,Helvetica,sans-serif;
     font-size : .80em !important; ;
     letter-spacing: 0px !important; ;
	 color : #FFFFFF;
     }


     /* FOOTER STYLES */
     
     .footer  {
	/* default footer font */
	font-family : Arial,Helvetica,sans-serif;
	font-size : xx-small;
	font-weight : bold;
	color: #ffffff;
	letter-spacing: 5px;
}
     
     .footer2  {/* footer font, bold */
     font-family : Arial,Helvetica,sans-serif;
     font-size : 0.75em;
     letter-spacing: 1px;
     }
     
     /* INTERFACE-NAV STYLES */
     a:link  {/* ln: navigation links default */
     text-decoration : none;
     color: #003366;
     }
    
     a:visited  {/* ln: visited navigation links */
     text-decoration : none;
     color: #003366;
     }
     
     a:active  {/* ln: active links */
     text-decoration : none;
     color: #003366;
     }
     
     a:hover  {
	/* mouse hoovering over a link */
	text-decoration : underline;
	color: #3399ff;
}
      
          
     
    -->
    </STYLE>


