body {
	padding-left: 10px;
	padding-bottom: 50px;
	letter-spacing: 1pt;
	max-width: 1200px;
	margin: auto;
}

table {
	border-spacing: 0;
	width: 100%;
}

table tr th {
	background-color: #135;
	color: #fff;
	padding: 5px;
}

table tr td {
	border-bottom: 1px dotted #aaa;
	padding: 5px;
}

table tr.non50 td {
	background-color: #dcdcdc;
}

table tr.split td {
	border-top: 2px solid #135;
}

table tr td.mark {
	background-color: #eaffff;
}

table tr td.dim {
	background-color: #dcdcdc;
}

table tr td:first-child {
	color: #aaa;
}

table tr td.link {
	text-align: center;
}

table tr td.link1 a,
table tr td.link3 a {
	color: #04c;
}

table tr td.link2 a,
table tr td.link4 a {
	color: #09f;
}

table tr td.link a:link {
	text-decoration: none;
}

table tr td.link:hover {
	font-weight: bold;
}

table tr:hover {
	background-color: #e0e0ef;
}