
<!--


	body {

		overflow: auto;
	}

	::-webkit-scrollbar {
    		width: 4px;
	}

	::-webkit-scrollbar-track {
    		background: lemonchiffon;
	}

	::-webkit-scrollbar-thumb {
   		 background: #666;
	}

	::-webkit-scrollbar-thumb:hover {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from					(#555) (white));
		background: -webkit-linear-gradient(top, #555, white);
	}

	::-webkit-scrollbar-thumb:active {
    		background: salmon;
	}

	.Page {
		width: 700px;
		border: 1px solid #ccc;

	}

	h1 {
		font-family:Calibri, sans-serif, "Arial Black";
		color: #033;
		font-size: 23pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 120px 30px 15px 60px;
	}

	h2 {
		font-family:Calibri, sans-serif, "Arial Black";
		color: #033;
		font-size: 18pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 20px 30px 15px 60px;
	}
	h3 {
		font-family: Calibri, sans-serif, "Arial Black";
		color: #033;
		font-size: 15pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 20px 35px 15px 65px;
		clear: both;
	}

	h4 {
		font-family: Calibri, sans-serif, "Arial Black";
		color: #033;
		font-size: 12pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 20px 35px 15px 65px;
		clear: both;
	}
	p.notes1st {
		font-family: "Book Antiqua", Georgia, "Times New Roman", sans-serif;
		color: #444;
		font-size: 12pt;
		letter-spacing: 0.8pt;
		line-height: 1.4;
		margin-left: 80px;
		margin-right: 150px;
		margin-top: 40px;
	}
	
	p.notes1 {
		font-family: "Book Antiqua", Georgia, "Times New Roman", sans-serif;
		color: #444;
		font-size: 12pt;
		letter-spacing: 0.8pt;
		line-height: 1.4;
		margin-left: 80px;
		margin-right: 150px;
		margin-top: 10px;
	}

	p.notes2 {
		font-family: "Book Antiqua", Georgia, "Times New Roman", sans-serif;
	
		color: #444;
		font-size: 12pt;
		letter-spacing: 0.8pt;
		line-height: 1.4;
		text-indent: -15px;
		margin-left: 95px;
		margin-right: 150px;
	}

	p.notes3 {
		font-family: "Book Antiqua", Georgia, "Times New Roman", sans-serif;
	
		color: #444;
		font-size: 12pt;
		letter-spacing: 0.8pt;
		line-height: 1.4;
		margin-left: 95px;
		margin-right: 150px;
	}


	span.large {
		font-size: 18pt;
	}

	p.quote1 {
		font-family:  sans-serif;
		color: #444;
		font-size: 11pt;
		letter-spacing: 0.8pt;
		line-height: 1.35;
		margin-left: 140px;
		margin-right: 230px;
		margin-bottom: 9px;
	}
	p.quote2 {
		font-family:  sans-serif;
		color: #444;
		font-size: 11pt;
		letter-spacing: 0.8pt;
		line-height: 1.35;
		text-indent: 20px;
		margin: -5px 230px 9px 140px;
	}

	p.attribute {
		font-family: sans-serif;
		color: #555;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		text-indent: -20px;
		line-height: 1.3;
		margin: -5px 120px 25px 220px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}	

	p.caption {
		font-family: sans-serif;
		color: #444;
		font-size: 9pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin-left: 5px;
		margin-right: 40px;
		margin-top: 5px;
	}

	span.hilight {
		background-color: seashell;
		padding: 0px 5px 0px 5px;
	}


	

	.picleft {
		width: 300px;
		margin: 0px 20px 0px 10px;
		float:left;

	}

<!--  CSS for Anchors   -->

	p.navSpacer {
		font-size: 2pt;
		visibility: hidden;
	}


	ul.nav {
		list-style-type: none;
		font-family: Arial, sans-serif;
		font-size: 10pt;
		color: #7b824d;
		letter-spacing: 0.8pt;
		padding: 0px 20px 2px 20px;
		margin: 20px 140px 0px 140px;
		text-indent: -20px;

	}
	
	li.nav {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}

	a.nav {
		text-decoration: none;
	}

	a.nav:link {color: saddlebrown;}

	a.nav:visited {color: #666;}

	a.nav:hover {
		text-decoration: underline;
		color: sienna;
	}

	a.supp:link {
		text-decoration: none;
		color: seagreen;
	}

	a.supp:visited {
		text-decoration: none;
		color: seagreen;
	}
	
	a.supp:hover {
		color: maroon;
	}

	a.fn:link {
		text-decoration: none;
		font-family: sans-serif;
		color: white;
		font-size: 10pt;
		padding: 0px 3px 0px 3px;

	}

	a.fn:hover {
		color: #fff;
		background-color: maroon;
	}

	a:fn:visited {
		color: #fff;
		background-color: #005050;
	}

	a.image:link {
		background-color: tan;
	}

	a.image:hover {
		background-color: maroon;
		box-shadow: 3px 3px 3px #555;
	}


-->



