/* -------- css tables -- */
table {width: 80%;}
caption {
	padding-bottom: 2px;
	border-bottom: 1px solid black;
	font-size: 110%;
	font-variant: small-caps;
	letter-spacing: 1px;}
th, td {padding: 4px;}
td {font-size: small;}
th {font-size: 92%;}
td {border: 1px solid gray;}
tfoot td {
	font-style: italic;
	border: none;}
tfoot td em {
	padding: 0 .2em;
	background: navy;
	color: #fff;
	border-top: 1px solid #fff;}
.n {
	background: navy;
	color: #f9f9f9;
	font-family: "Times New Roman", serif;
	font-weight: bold;}
.v {
	font-family: Arial, sans-serif;
	background: #fbfcfd;
	color: navy;}
