body {
	background-color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	list-style-type: disc;
	}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color : transparent;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color : #006666;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : transparent;
	text-align: center;

}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006633;
	background-color : transparent;
	text-align: center;

}

h4 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #009966;
	height: auto;
	width: auto;
	text-align: left;



}
table {
	background-color : #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333333;
	;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	list-style-type: circle;	
	list-style-position: outside
	}
legend {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	background-color : transparent;
}
fieldset {
	margin: auto;
	padding: 10px;


}

/* Nav Button code. Big thanks to all at css-discuss! */


#button {
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #CCCC99;
	color: #CCCCCC;
	float: none;
	font-size: 10px;
	font-weight: bold;
	height: auto;
}
	
#button ul {
	list-style: none;
	margin: 0px; /*this is for netscape 4.7 only, it is redefined in the url linked style sheet to 0px */
	padding: 0;
}
		
	#button li {
	margin: 0px;
}
	
	#button li.unselected a {
	display: block;
	padding: 4px;
	background-color: #006666;
	color: White;
	text-decoration: none;
	width: 100%;
}

	html>body #button li.unselected a {
		width: auto;
		}

	#button li.selected a {
	display: block;
	padding: 4px;
	background-color: #CCCC99;
	color: #006666;
	text-decoration: none;
	width: 100%;
}

	html>body #button li.selected a {
		width: auto;
		}
		
	#button li a:hover {
	background-color: #FFFFCC;
	color: #666666;





}
note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	background-color: #FFCC00;
}
li {
	font-size: 12px;
}
dt {
	color: #000099;
	font-weight: bold;
}
