html, body {
	background: #fff;
	color: #000;
}
div.heading, div.leftMenu > div, div.leftMenu > form + p, div.mainBody > table:first-child + table, div.mainBody h3,
div.mainBody h3 + p, .noprint,
div.mainBody > table:first-child tr:first-child td > *,
div.mainBody > table:first-child tr:first-child + tr,
div.mainBody > table:first-child tr:first-child + tr + tr + tr + tr,
div.mainBody > table:first-child tr:first-child + tr + tr + tr + tr + tr {
	display: none;
}
img { border: none; }
div.mainBody, div.mainBody p { line-height: 1.2em; }
div.tripBody p { clear: both; }
div.mainBody p a.floater { display: block; margin-right: 5px; float: left; }
div.mainBody p a.altfloat { display: block; margin-left: 5px; float: right; }
div.leftMenu form {
	position: fixed;
	top: 0px;
	right: 0px;
	background: #fff;
	padding: 1px;
	margin: 0px;
	border: 1px solid #bbb;
	border-width: 0 0 1px 1px;
}
table, th, td {
	padding: 0px;
	border: 1px solid #999;
	border-collapse: collapse;
}
@media print {
	form { display: none; }
}