BODY {
	background: #e0e0e0;
	}
BODY, TD {
	font-family: Verdana;
	font-size: 10pt;
	}

IMG {
	border: 0px;
	vertical-align: middle;
	}

A {
	color: blue;
	text-decoration: none;
	}

.lowered {
	border-left: 1px black solid;
	border-bottom: 1px black solid;

	border-right: 1px #a0a0a0 solid;
	border-top: 1px #a0a0a0 solid;

	padding: 1em;
	background: white;
	}

H1, H2, H3 {
	margin: 0px;
	margin-bottom: 0.8em;
	color: #147198;
	}

.button {
	cursor: pointer;
	}

.hidden {
	display: none;
	}

TABLE {
	border-collapse: collapse;
	}
TD {
	padding: 0px;
	}

.date {
	color: #606060;
	}

.listing {
	}
.listing TD {
	padding: 5px;
	}

HR {
	height: 1px;
	color: #a0a0a0;
	border: 0px;
	background-color: #a0a0a0;
	}

THEAD TD {
	font-weight: bold;
	}

