body {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11pt;
}

p, a, ul, blockquote, .content td {
	font-family: Georgia;
}

.error { color: #ff0000; }

A:link { color: #228; text-decoration: none; }
A:visited { color: #288; text-decoration: none; }
A:hover { color: #000; background-color: #ff0; text-decoration: underline; }
A:active { color: #228; background-color: #ff0; text-decoration: none; }

table.pretty, table.census tr { vertical-align: top; }

table.pretty {
	border-top: 1px solid #000; border-left: 2px solid #000;
	border-right: 1px solid #000; border-bottom: 1px solid #000;
	background-color: #e8e8ff;
}

table.pretty tr.header { font-weight: bold; font-size: 10pt;
	background-color: #99ccff;
}

table.pretty tr.header td {
	border-top: 1px solid #000; border-bottom: 2px solid #000;
}

table.pretty td { border-bottom: 1px solid #000; border-right: 1px solid #000; }

table.census {
	border-top: 1px solid #000; border-left: 2px solid #000;
	border-right: 1px solid #000; border-bottom: 1px solid #000;
	background-color: #ffffe0;
}

table.census tr.header { font-weight: bold; font-size: 10pt;
	background-color: #e0e0a0;
}

table.census tr.header td {
	border-top: 1px solid #000; border-bottom: 2px solid #000;
}

table.census td { border-bottom: 1px solid #888; }

