html, body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #6e6c6c;
	font-size: 100%;
}

h1 {
	color: #6e6c6c;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
}

h2 {
	color: #6e6c6c;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
}

h3 {
	color: #6e6c6c;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
}

h4 {
	color: #6e6c6c;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
}

a {
	color: #000000;
	text-decoration: none;
}

#headerouter, #navouter, #imageconsole, #footer {
	display: none;
}

#printheader {
	width: 100%;
	text-align: center;
	margin: 0px 0px 20px 0px;
}