BODY {
	background-color: #94ABA3;
}

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

A {
	color: black;
	text-decoration: underline;
}
A.nodec {
	text-decoration: none;
	cursor: text;
}

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: bottom;
	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;
}

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;
}



DIV.sp {
	width: 650px;
	background-color: white;
	padding: 5px 0 5px 0;
	margin-top: 5px;
}
DIV.sp, DIV.sp * {
	font-size: 8pt;
	color: #555555;
}
