BODY {
	background-color: #94ABA3;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

A {
	color: black;
	text-decoration: underline;
}


H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}


TABLE.page {
	width: 650px;
	background-color: white;
	height: 100%;
	border: white 3px solid;
}

TD.menu {
	width: 150px;
	padding: 15px;
	vertical-align: top;
	background-color: #dddddd;
	font-size: 8pt;
}
TD.menu A {
	text-decoration: none;
}
TD.menu A:hover {
	text-decoration: underline;
}

TD.content {
	padding: 15px;
	vertical-align: top;
	font-size: 10pt;
	line-height: 150%;
}

TD.bottom-menu {
	padding: 15px;
	font-size: 8pt;
	height: 10px;
}
TD.bottom-menu A {
	text-decoration: none;
}
TD.bottom-menu A:hover {
	text-decoration: underline;
}


