body {
	background-color: #666666;
	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: 14px;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	background-color : transparent;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color : #000066;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : transparent;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color : transparent;
}

h4 {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0000FF;
	height: auto;
	width: auto;
	text-align: left;



}
table {
	background-color : White;
	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 {
	width: 150px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #999999;
	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 5px 4px 5px;
	background-color: #666666;
	color: White;
	text-decoration: none;
	width: 100%;
}

	html>body #button li.unselected a {
		width: auto;
		}

	#button li.selected a {
	display: block;
	padding: 4px 5px 4px 5px;
	background-color: #000000;
	color: #FFFF00;
	text-decoration: none;
	width: 100%;
}

	html>body #button li.selected a {
		width: auto;
		}
		
	#button li a:hover {
	background-color: #CCFFFF;
	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;
}
