body {
	background-image: none;
	background-color: #FFFFFF
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	color: #999999;
	font-weight: normal;
	}
	
h2, h3, h4 {
	margin-bottom: 0px;
	}
	
h1 {
	font-size: 26px;
	margin-top: 0px;
	}
	
h2 {
	font-size: 22px;
	}
	
h3 {
	font-size: 18px;
	}
	
h4 {
	font-size: 14px;
	}
	
a:link {
	color: #a09b74;
	text-decoration: none;
	}
	
a:hover {
	color: #999999;
	text-decoration: underline;
	}
	
a:visited {
	color: #b7b49b;
	text-decoration: none;
	}

a:visited:hover {
	color: #999999;
	text-decoration: underline;
	}
	
#Container {
	text-align: left;
	background-image: none;
}

.Header {
	display: none;
	}
	
.headerImgs {
	display: none;
	}
	
.Navigation {
	display: none;
	width: 0px;
	}

.Navigation a:link, .Navigation a:visited {
	display: none;
	}

.Navigation a:hover, .Navigation a:visited:hover {
	display: none;
	}
	
.pageContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	width: 100%;
	text-align: left;
	padding-top: 15mm;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	
.copyright {
	font-size: 11px;
	text-align: center;	
	padding-top: 50px;
}

.imgRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 2px;
	border: solid 1px #cbc8b1;
	}

.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 2px;
	border: solid 1px #cbc8b1;
	}
	
img {
	border: none;
	}

p {
	margin-top: 5px;
	line-height: normal;
	}

.printHeader {
	display: block;
	padding-bottom: 30px;
	position: fixed;
	top: 0px;
		}
