
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	color: black;
	background-color: whitesmoke;
	
}

body div {
	margin-left: 5%;
	margin-right: 30%;
}

div.header {
	margin-left: 0px;
	margin-right: 0px;
	height: px;

}
div.content {
	margin-left: 5%;
	margin-right: 30%;
}
div.content h1 {
font-size: 12pt;
font-weight: bold;
color: navy;			
}
div.content h2 {
font-size: 11pt;
font-weight: bold;
color: navy;			
}
div.content h3 {
font-size: 10pt;
font-weight: bold;
color: navy;
}

div.copyrightNotice {
	text-align: center;
	font-size: 9pt;
	color: darkgray;
}

div.title {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid darkgray;
}

div.original {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10pt;
	font-weight: bold;
}

div.original a {
	font-weight: bold;
	color: navy;
	text-decoration: none;
}

div.original a:hover {
	color: goldenrod;
}

