body {
	font: 0.9em 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	background-color: #F4FAFF; 
}
h1 {
	text-align: center;
	font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
	color: #AA0000;
}
h2 {
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: navy;
}
a:hover {
	color: red;
}
address {
	color: blue;
}
img {
	display: block;
	border: 0px;
}
.right {
	float: right;
}
th {
	text-align: left;
}

th.sf {
	width: 12em;
}
table#docs {
	border-collapse: collapse;
}
table#docs td {
	border: 1px solid black;
}
table#docs th {
	border: 1px solid black;
	text-align: center;
}
table#docs td.num {
	text-align: center;
	width: 8em;
}
table#docs td.date {
	width: 8em;
	text-align: center;
}
table#docs td.report {
	width: 10em;
	text-align: center;
}

