html, body {
	height: 100%;
}
body {
	background-color: #C0D4C6;
	margin: 0px;
}
table#container {
	height: 100%;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #699B7F;
	line-height: 16px;
	text-align: left;
}
.content a:link {
	color: #699B7F;
	text-decoration: none;
}
.content a:visited {
	color: #699B7F;
	text-decoration: none;
}
.content a:active {
	color: #699B7F;
	text-decoration: none;
}
.content a:hover {
	color: #699B7F;
	text-decoration: none;
}