body {
	background-color: #006C64;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#333333
}
a:link {
	color: #01546B;
}
a:visited {
	color: #01546B;
}
.header-plain {
	color: #006C64;
	font-size: medium;
	font-weight: bold;
}
.header-underline {
	color: #006C64;
	font-size: medium;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6E70;
	padding: 0px;
	width: 100%;
}
.invisible-underline {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6E70;
	padding: 0px;
	width: 100%;
}
.footer {
	color: #333333;
	font-size: x-small;
}