@import "main.css";

h3 {
	margin: 0px;
	border-color: #000000;
	border-width: 1px;
	border-style: dotted none none none;
	padding-top: 10px;
}

h4 { margin: 0; }

table.statBlock {
	margin-top: 5px;
	border: none;
	width: auto;
}

table.statBlock td { white-space: normal; }

table.statBlock th {
	text-align: right;
	vertical-align: top;
	color: #000000;
}

table.statBlock th, table.statBlock td {
	background-color: transparent;
	border: none;
	padding: 1px;
}

tr.colHead th {
	vertical-align: bottom;
	text-align: left;
}

table.statBlock + table.statBlock { margin-top: 10px; }

th a:link, th a:visited {
	color: #000066;
	text-decoration: none;
}