html, body, textarea, form
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: black;
	background-color: white;
}
h1
{
	font-weight: normal;
	font-size: 1.1em;
	color: green;
	background-color: white;
}
h2
{
	font-weight: bold;
	font-size: 0.95em;
	color: black;
	background-color: white;
}
h3
{
	font-weight: bold;
	font-size: 0.80em;
	margin-bottom: 0px;
	color: black;
	background-color: white;
}
.text
{
	font-weight: normal;
	font-size: 0.80em;
	color: black;
	background-color: white;
}
.boxtext
{
	font-weight: normal;
	font-size: 0.80em;
	color: black;
	background-color: #ffffcc;
}
.boxtext2
{
	font-weight: normal;
	font-size: 0.80em;
	color: black;
	background-color: #f8f8f8;
}
.textcell
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 12px;
	padding-top: 12px;
	border-bottom: #008000 1px dotted;
}	
.header
{
	font-weight: bold;
	font-size: 1.5em;
	color: black;
	background-color: white;
}
.footer
{
	font-size: 0.65em;
	color: black;
	background-color: #ffffcc;
}
A.link1
{
	font-weight: bold;
	font-size: 0.80em;
	color: black;
	background-color: white;
	text-decoration: none;
}
A.link2
{
	font-weight: normal;
	font-size: 0.80em;
	color: black;
	background-color: white;
	text-decoration: none;
}
A:hover.link1
{
	color: green;
	background-color: white;
	text-decoration: underline;
}
A:hover.link2
{
	color: green;
	background-color: white;
	text-decoration: underline;
}
.datestamp
{
	font-size: 0.65em;
	color: #696969;
	background-color: white;
}