body, div, td, p {
	font-family: Arial;
}
body {
	font-size: 0.75em;
	background-color: #00713B;
	color: #FFFFFF;
}
td {
	font-size: 0.75em;
}
a {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
}

h1 {
	font-family: Arial;
	font-size: 1.6em;
	margin-bottom: 4px;
	margin-top: 0px;
}
h2 {
	font-family: Arial;
	font-size: 1.3em;
}

h1 a {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}


