body {
	font-size: 11pt;
}

* {
	font-family: sans-serif;
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 10pt;
}

thead th {
	border: 1px solid #999;
	padding: 0.2em 0.5em;
	background-color: #CCC;
}

tbody {
	border: 1px solid #999;
}

tbody tr {
	line-height: 140%;
}

tbody tr.even {
	background-color: #EEE;
}

tbody tr:hover {
	background-color: #ccf;
}

th, td {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0.2em 0.5em;
}

td.processing,
td.note {
	font-size: 80%;
}