BODY {
	background-color: #98806C;
}

* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: black;
}

A {
	color: black;
	text-decoration: underline;
}


H1 {
	font-size: 12pt;
	color: black;
}
.small, .s {
	font-size: 8pt;
}

TABLE.page {
	width: 700px;
	background-color: white;
	height: 100%;
	border: 1px solid #583B44;
}

TD.content {
	padding: 30px 20px 10px 30px;
	vertical-align: top;
	font-size: 10pt;
	line-height: 150%;
}
TD.right {
	background-color: white;
	width: 238px;
	padding: 30px;
	vertical-align: top;
	font-size: 10pt;
}

TD.bottom-menu {
	padding-top: 0;
	padding: 50px 15px 15px 15px;
	font-size: 8pt;
	height: 10px;
}

.bottom-menu A {
	text-decoration: none;
}
.bottom-menu A:hover {
	text-decoration: underline;
}





DIV.info {
	background-color: #F4F2F0;
	padding: 12px;
}

