
a, a:active {
	text-decoration: none;
	color: blue;
}

a:visited {
	color: #48468F;
}

a:hover, a:focus {
	text-decoration: none;
	color: #880000;
}

body {
	background-color: #d2e9ff;
	font-family: sans-serif;
}

h2 {
	margin-bottom: 12px;
}

table {
	margin-left: 12px;
}

th, td {
	font-size: 10pt;
	text-align: left;
}

th {
	font-weight: bold;
	padding-right: 14px;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}

td {
	padding-right: 14px;
}

td.s, th.s {
	text-align: right;
}

td.m {
	font-family: monospace;
}

div.list {
	background-color: white;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	padding-top: 10px;
	padding-bottom: 14px;
}

div.foot {
	font-size: 9pt;
	color: #787878;
	padding-top: 4px;
}

