#header, #top, #bottom, #footer, #left-sidebar, .notice, .error, .print-button {
	height: 0;
	width: 0;
	visibility: hidden;
}
#content-body {
	visibility: visible;
	margin-left: 60px;
}
#logo a.logo {
	visibility: visible;
	display: block;
	font-size: 42px;
	font-weight: bold;
	margin-left: 60px;
	text-decoration: none;
	color: #000000;
}
h1 {
	margin-top: 80px;
}
table.datatable {
	width: 100%;
	border: 0;
}
table.datatable th {
	background: #A3BDFA;
	color: #000000;
	text-align: left;
}
table.datatable td, table.datatable th {
	padding: 5px;
	border: solid 1px #ffffff;
}
table.datatable tr.even {
	background: #EDF2FE;
}
table.datatable .bold {
	font-weight: bold;
}
.box {
	border: solid 1px #000000;
	padding: 5px;
	margin-bottom: 5px;
}
.box h2 {
	text-decoration: underline;
	margin-bottom: 10px;
}