body     {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	SCROLLBAR-FACE-COLOR: #3B405C;
	SCROLLBAR-HIGHLIGHT-COLOR: #2D324F;
	SCROLLBAR-SHADOW-COLOR: #2D324F;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #ADADAD;
	SCROLLBAR-TRACK-COLOR: #2D324F;
	SCROLLBAR-DARKSHADOW-COLOR: #2D324F;
	background-color: #80953A;
          }

p, td    {
	font-family: Arial, Helvetica, sans-serif;
	align: left;
	font-size: 14px;
         }

h1       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
         } 

h2       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
         } 

h3       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	   }
	
h4       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #75202F;
	font-weight: bold;
         }
		 
h5       {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
         }

a:link   {
	color: #B32249;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 14px;
	font-style: italic;
	font-style: italic;
	font-style: normal;
             }

a:active {
     color: #6F7E9D
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
         }

a:visited{
	color: #003F6C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
         }

a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-color: #C9DF7B;
         }

#nav {
	border-bottom: 1px #a5a5a5 solid;
	border-left: 1px #a5a5a5 solid;
	border-right: 1px #a5a5a5 solid;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-style: none;
	background: 80953A;
	background-color: #80953A;
	font-size: 14px;
}
#nav ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;
}
#nav ul li {
	padding-right: 20px;
	display: inline;
	padding-left: 20px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	font-weight: bold;
}
#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a:hover {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	color: #923C2F;
	border-right-width: 0px;
}

#footer {
	color: #FFFFFF;
	background-color: #758199;
	padding: 4px;
	margin-right: 100px;
	margin-left: 100px;
	font-size: 10pt;
}

#footer a:link,
#footer a:visited{
	color:#FFFFFF;
	text-decoration: underline;
}
	
#footer a:hover {
	color:#EDBCC5;
}
