
<!--


	body {
		overflow: auto;
		background-color: white;
	}

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

	::-webkit-scrollbar-track {
    		background: #eee;
	}

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

	::-webkit-scrollbar-thumb:hover {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from

					(maroon) (white));
		background: -webkit-linear-gradient(top, maroon, white);
	}

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


	.Page {
		width: 860px;
		border: 1px solid #ccc;
		margin-left: 40px;
		margin-top: 15px;
		padding-bottom: 30px;

	}

	h1 {
		font-family: "Adobe Garamond Pro", "California FB", Cambria;
		color: #222;
		font-size: 24pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 170px 120px 40px 120px;
	}

	h2 {
		font-family: "Adobe Garamond Pro", "California FB", Cambria;;
		color: #222;
		font-size: 14pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 35px 100px 15px 120px;
		clear: both;	}
	h3 {
		font-family: "Adobe Garamond Pro", "California FB", Cambria;;
		color: #222;
		font-size: 14pt;
		font-weight: normal;
		font-style: italic;
		letter-spacing: 0.75pt;
		margin: 35px 100px 15px 120px;
		clear: both;	}



	p.notes1st {		
		font-family: "Times New Roman", Garamond, Century, Chaparall Pro,"Book Antiqua", Georgia ;
		color: #222;
		font-size: 14pt;
		letter-spacing: 0.75pt;
		line-height: 1.4;
		text-align: justify;
		margin-left: 120px;
		margin-right: 110px;
		margin-top: 10px;
	}

	p.notes1 {
		font-family: "Times New Roman", Garamond, Century, Chaparall Pro,"Book Antiqua", Georgia ;
		color: #222;
		font-size: 14pt;
		letter-spacing: 0.75pt;
		line-height: 1.4;
		text-align: justify;
		text-indent: 25px;
		margin-left: 120px;
		margin-right: 110px;
		margin-top: 10px;
	}


	p.notes2 {
		font-family: "Times New Roman", Garamond, Century, Chaparall Pro,"Book Antiqua", Georgia ;
		color: #222;
		font-size: 14pt;
		letter-spacing: 0.75pt;
		line-height: 1.4;
		text-indent: -15px;
		margin-left: 115px;
		margin-right: 110px;
	}

	p.notes3 {
		font-family: "Times New Roman", Garamond, Century, Chaparall Pro,"Book Antiqua", Georgia ;
		color: #222;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		line-height: 1.4;
		margin-left: 125px;
		margin-right: 110px;
	}	

	p.fnotes1st {
		font-family: "Times New Roman", Garamond, Century, Chaparall Pro,"Book Antiqua", Georgia ;
		color: #222;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		line-height: 1.4;
		text-indent: 15px;
		margin: 40px 110px 5px 120px;
		padding-top: 5px;
		border-top: 1px solid #eee;
	}	

	p.fnotes {
		font-family: "Times New Roman", Garamond, Century, Chaparall Pro,"Book Antiqua", Georgia ;
		color: #222;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		line-height: 1.4;
		text-indent: 15px;
		margin: 10px 110px 5px 120px;
	}	


	p.list {
		font-family: "Times New Roman", Garamond, Century, Chaparall Pro,"Book Antiqua", Georgia ;
		color: #222;
		font-size:12pt;
		letter-spacing: 0.75pt;
		line-height: 1.35;
		text-indent:  -25px;
		margin: 2px 200px 5px 180px;
	}


	
<!--  CSS for Anchors   -->

	a. {
		text-decoration: none;
	}

	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;
		font-size: 0.6em;
		color: seagreen;
		vertical-align: text-top;
		padding: 0px 3px 0px 0px;

	}

	a:fn:visited {
		color: seagreen;
		text-shadow: 2px 2px 2px seagreen;
	}
	a.fn:hover {
		color: maroon;
		text-shadow: 2px 2px 2px maroon;
	}



	a.button:link {
		font-family: sans-serif;
		text-decoration: none;
		height: 12px;
		width: 50px;
		border: 1px solid #eee;
		font-size: 10px;
		padding: 2px 5px 2px 6px;
		box-shadow: 3px 3px 4px #aaa;
		color: #666;
	}

	a.button:visited { 
		text-decoration: none;
		height: 12px;
		width: 50px;
		border: 1px solid #ddd;
		font-size: 10px;
		box-shadow: 3px 3px 4px #777;
		color: #666;
	}

	a.button:hover {
	color: lemonchiffon;
		background: -webkit-gradient(linear, 0% 0%, 40% 100%, from

					(#dae2c0) (#384426));
		background: -webkit-linear-gradient(top, #dae2c0, #384426);
	}

	a.button:active { color: #800000;
		}

-->
