a
{
	text-decoration: underline;
	
}



a:link { color: #003366; }
a:visited { color: #003366; }
a:hover { color: #003366; }
a:active { color: #003366; }



p {		
    font-family: Trebuchet, Arial, sans-serif;
	font-size: 10pt; 
    margin-top: 0em;
margin-bottom: 0em;
       	}
h1 { 
	font-size: x-large;
	font-weight: bold; 
	color: #003366; 
	line-height: normal;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 0em;
        } 

h2 { 
	font-size: 24px;
	font-weight: bold; 
	color: #336600; 
	line-height: normal;
	margin-left: 15px;
        } 

h3 { 	 
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	font-style: normal;
	color: #336600; 
	text-align: left;	
	line-height: 90%;
	margin-top: 7px;
	margin-left: 15px;
	margin-bottom: -2px; 
	}
h4 { 	 
	
	font-size: 12pt; 
    font-weight: bold; 
	color: #666699; 
	text-decoration: none;
	line-height: 100%;
	margin-top: 0em;
	margin-bottom: 0em; 
	}
h5 {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal; 
	color: #000000;
	margin-top: 0em;
	margin-left: 15px;
	margin-bottom: 0em; 
	}

h6 {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold; 
	font-style: normal;
	color: #000000; 
	text-align: left;	
	line-height: 110%;
	margin-top: 0em;
	margin-bottom: 0em; 
		}

/* layout */

body
{
	margin: 0;
	color: #333333;
	background: #339900;
background-image:
url(../images/bkgd.gif);
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: .85em;
	line-height: 100%;
}

