body {
	font-size: 0.8em;
	color: #000;
}

h1 {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	margin: 0 0 1em 0;
	padding: 0 0 0.4em 0;
	border-bottom: 1px solid #bbb;
}

h2 {
	font-weight: bold;
	font-size: 1.0em;
	color: #000;
	margin: 0 0 0.4em 0;
	padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 0.9em;
	color: #000;
	margin: 0 0 0.2em 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #3b613e;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

.standardtable {
	border-spacing: 0;
}

.standardtable td {
	padding: 0.2em 1em 0.2em 0;
	vertical-align: top;
	font-size: 0.9em;
}

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

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

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

.exceltable td:first-child {
	width: 100px;
}

div.contentcontainer strong {
	font-weight: bold;
}

div.contentcontainer em {
	font-style: italic;
}

ol, ul {
	padding: 0;
	margin-left: 2em;
	margin-bottom: 1em;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}

