/* CSS design by Thomas Egtvedt */
body {
	background-color: inherit;
	color: #000000;
	font-family: "Times New Roman", Roman, serif;
	font-size: 12pt;
	margin: .3in .6in .3in .6in;
	padding: 0;
}

/* Links and Text */
a {
	font-weight: bold;
	text-decoration: underline;
	color: #f33;
	background-color: inherit;
	}
table.standardtable {
    width: 100%;
	padding: 0px;
	margin: 0px;
	}

/* Basic divs positioning */
div#heritageWrapper {
	width: auto;
}
div#heritageMainContent {
	clear: both;
}
div#heritagePrintInfo {
	font-size: 10pt;
	font-style: italic;
	margin-bottom: .5in;
	}
div#heritagePrintInfo p {
	float: right;
	}
div#heritagePrintInfo img {
	float: left;
	margin-right: .5in;
	}
div#heritageLegal {
	font-size: 8pt;
	margin-top: .5in;
	page-break-inside: avoid;
	}

/* Hide div elements displayed on web */
div#heritageHeader, div#heritageTopMenu, div#heritageQuickNav, div#heritageMiniNav, div#heritageSideContent, div#heritageFooter, div#heritageCopy, div#heritageCopyUK {
	display: none;
	}