body {
	font-size: 12pt;
	font-family: "Times New Roman", TimesNR, Times, serif;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid;
	padding-bottom: 0.2em;
	margin-bottom: 1em;
	text-align: center;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: 0;
}
#header {
	text-align: center;
}

div#content {
	margin: 0 5% 4em;
}

div#content p {
	line-height: 1.5em;
	padding-bottom: 1em;
}

div#footer {
	margin: 2em 5% 0;
	border-top: 1px solid;
	margin-top: 1em;
	font-style: italic;
	font-size: smaller;
	text-align: right;
}

div#navigate, div#sidebar {
	display: none;
}

ul {
	list-style: square;
}

li {
	margin: 0 10% 0.5em;
	line-height: 1.4; 
}

.hideprint {
	display: none;
}