table {
	text-align:left;
	margin:1em 1em 1em 0;
	width:98%;
	border: 1px solid #666;
	border-collapse: collapse;
}

caption {
	margin-left:2em;
	text-align:left;
	font-size:1.25em;
	font-weight:bold;
	color:#336;
}

table thead tr { background: #95a3b6; }

th {font-size:1em; font-weight:bold; }

table tbody tr td {
	font-size: 0.875em;
	padding: 0.2em 0.5em;
}

table tbody tr td.notice {
	color:#f33;
	font-weight:bold;
	letter-spacing:0.25em;
}

table tbody tr td.level {
	text-indent:2em;
	padding-top:1.5em;
	color:#000;
	font-weight:bold;
	letter-spacing:0.25em;
	text-decoration:underline;
}

.odd { background: #e0e3fc; color:black; }

#nav { text-align:center; background-color:#efefff; }