body {
	font-size: 0.8em;
	font-family: Arial, Helvetica Neue, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: none;
}

h1 {
	font-size: 1.2em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	font-weight: bold;
	color: #003399;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 1em;
	margin-bottom: 1em;
	margin-top: 1.5em;
	font-weight: bold;
	color: #003399;
}

a {
	color: #003399;
	text-decoration: underline;
}

table.exceltable {
	border-spacing: none;
	border-collapse: collapse;
}

table.exceltable tr:first-child {
	background-color: #ddd;
}

table.exceltable td {
	border: 1px solid #ccc;
	padding: 0.2em 0.4em;
	vertical-align: top;
	font-size: 0.9em;
	line-height: 1.5em;
}

