a {  
     color: #003300; 
	 text-decoration: underline; 
	 font-size: 13px; 
	 line-height: 16px
}
hr {
	color: #003300;
}
.footer {
    font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 14px; 
	clip: rect( ); 
	margin-top: 0px; 
	margin-bottom: 0px; 
	text-align: center
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #003300;
}
a:link {
	color: #003300;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
}
a:visited {
	color: #999966;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
}
a:active {
	color: #FF0000;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
}
a:hover {
	color: #FFFFFF;
	background-color: #006633;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
}
p {
	margin: 0px 0px 0px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	right: 6px;
	text-indent: 22pt;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #003300;
	background-color: #FFFFEF;
	background-image: url(images/bgi.gif);
	background-repeat: repeat-y;
}
#button {
	width: 149px;
	margin-bottom: 1em;
	background-color: #E1DDC6;
	color: #003300;
	margin-left: 0em;
	border-top-width: 1px;
	border-top-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	font-weight: normal;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #003300;
		margin: 0;
	    }

html>body #button li a {
		width: auto;
		}
	
#button li a {
	display: block;
	border-left: 6px solid #E1DDC6;
	background-color: #E1DDC6;
	color: #003300;
	text-decoration: none;
	width: 100%;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 0.3em;
		}

#button li a:visited {
    color: #999999;
}

#button li a:hover {
	background-color: #E1DDC6;
	color: #003300;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #003300;
	padding-left: 0.3em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
		}
