html, body {
	height: 100%;
	min-height: 100%;
	background-color: #DEE3DA;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
}
table {
	height: 100%;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 18px;
	margin-bottom: -12px;
}
#content {
	font-size: 12px;
	line-height: 18px;
	margin-right: 18px;
	margin-left: 18px;
}
#content A:link{
	text-decoration: none;
	font-weight: bold;
	color: #00A33D;
}
#content A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #017C39;
}
#content A:hover {
	text-decoration: none;
	font-weight: bold;
	color: #00A0C6;
}