body {
	/*background-color: #606060FF;*/
	margin: 0px;
	padding: 0px;
	/*font: 14px "Lucida Grande", "Lucida Sans Unicode", lucida, helvetica, verdana, arial, sans-serif;*/
	font: 18px "Lucida Sans Unicode", lucida, helvetica, verdana, arial, sans-serif;
	/*color: #D6ED17FF;*/
	color: black;
	width: 400px;
}
/* base element styles */
h1 {
	font-size: 35px;
	margin: 0px;
	padding: 5px 10px 5px;
}
h2 {
	font-size: 20px;
	margin: 0px;
	padding: 15px 10px 10px;
}
h3 {
	font-size: 20px;
	margin: 0px;
	padding: 5px 10px 5px;
}
p {
	font-size: 20px;
	margin: 10px 10px 10px 20px;
	padding: 10px 10px 10px 10px;
	line-height: 30px;
}
li {
	font-size: 20px;
	line-height: 25px;
}
table {
	width: 100%;
	border-style: 0;
}
th {
font-weight: 900;
text-align: left;
}
.date {
	width: 250px;
	
}
a {
	/*color: #D6ED17FF;*/
	color: black;
}
a:link {
	text-decoration: none;
	/*color: #D6ED17FF;*/
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	/*color: #D6ED17FF;*/
}
a:hover {
	text-decoration: underline;
	/*color: #D6ED17FF;*/
}
.fieldhead {
	font-size: 20px;
	font-weight: bolder;
}
fieldset {
	margin: 30px 0px 10px 0px;
}
fieldset {
	font-size: 20px;
	margin: 10px 10px 10px 20px;
	padding: 10px 0px 10px 10px;
	line-height: 16px;
	/*color: #D6ED17FF;*/
}
.bottomright {
	float: right;
	vertical-align: bottom;
	text-align: right;
}
#header {
	width: 75%;
	position: fixed;
	background-color: white;
	z-index: 1;
	left: 0;
	top: 0;
	float: left;
	/*clear: both;*/
}
#page {
	margin: 20px;
	margin-bottom: 5%;
	width: 60%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 100px;
	/*clear: both;*/
}
#footer {
	width: 100%;
	position: fixed;
	background-color: white;
	z-index: 1;
	left: 0;
	bottom: 0;
	float: left;
	/*clear: both;*/
}
