body         { font-family: Verdana; font-size: 10pt; color: #000000; text-indent: 0; 
               line-height: 100%; margin-left: 0; margin-right: 50; 
               margin-top: 0; margin-bottom: 6 }

.pagetitle   { font-family: Verdana; font-size: 14pt; color: #008000; text-transform: 
               uppercase; font-weight: bold }
.text { font-family: Verdana; font-size: 10pt; color: #000000; text-indent: 0; 
               line-height: 150%; margin-left: 0; margin-right: 25; 
               margin-top: 0; margin-bottom: 6 }
.title { font-family: Verdana; font-size: 14pt; color: #008000; word-spacing: 0; 
               line-height: 150%; text-indent: 0; text-align: left; font-weight: bold; margin-left: 0; 
               margin-right: 25; margin-top: 0; margin-bottom: 0 }
.subtitle { font-family: Verdana; font-size: 10pt; color: #008000; word-spacing: 0; 
               line-height: 150%; text-indent: 0; text-align: left; font-weight: bold; margin-left: 0; 
               margin-right: 25; margin-top: 12; margin-bottom: 6; text-transform:uppercase }
               
ul {
	margin: 0;
	padding: 0;
	list-style-type:none; 
	}
	
ul li {
	margin: 0;
	padding: 0;
	float:left;
	}
	
ul a {
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 30px;
	margin: 0;
	border-bottom: 1px solid black;
	width: 150px;
	padding-left: 0px;
	background-color: GREEN;
	float:left;
	display:block; 
	font-weight:bold
	}
	
ul a:hover {
	color: GREEN;
	background-color: white;
	}a            { color: #008000 }

