body {
	font-family: Georgia, serif;
	font-size: 12pt;
}
td {
	border: 1px solid black;
	padding: 3px 10px;
	font-size: 12pt;
}
td.date {
	font-weight: bold;
	background-color: #CCC;
}
p.indent {
	text-indent: 1.5em;
}
p.tight {
	margin: 0;
	padding: 0;
}
p.first {
	margin-bottom: 0;
	padding-bottom: 0;
}
.highlight {
	color: red;
}
p.quote {
	margin-left: 80px;
	margin-right: 80px;
	border-top: 1px solid black;
	padding: 5px 20px 0px 20px;
	font-style: italic;
	font-size: 11pt;
	text-align: justify;
}
p.source {
	margin-left: 80px;
	margin-right: 80px;
	border-bottom: 1px solid black;
	padding: 0px 20px 5px 20px;
	font-size: 9pt;
	text-align: right;
}