body {
	background-color: #fcdc95;
	padding-top: 10px;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#title {
	color: #800000;
	font-size: 15px;
	font-weight: bold;
}

#heading {
	color: #800000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 16px;
}

#navbox {
	border-right: 1px solid #800000;
	border-bottom: 1px solid #800000;
	border-top: 1px solid #fcdc95;
	background-color: #ecbc75;
	padding: 0px 15px 0px 15px;
	text-align: left;
}

#notebox {
	background-color: #ffffff; /* #ecbc75; */
	border-bottom: 1px solid #800000;
	border-right: 1px solid #800000;
	border-top: 1px solid #fcdc95;
	float: right;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

a.toplink {
	text-decoration: none;
	color: #800000;
}

a.toplink:visited {
	text-decoration: none;
	color: #800000;
}

a.toplink:hover {
	text-decoration: none;
	color: #800000;
}

/* EOF */