
<!--

body {
	overflow: auto;	}

	::-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
				(steelblue) (white));
	background: -webkit-linear-gradient(top, steelblue, white);}

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

.Page {
	width: 690px;
	border: 1px solid #ccc;
	margin-left: 10px;
	margin-top: 25px;
	padding-bottom: 100px;
	padding-top: 50px;
	box-shadow: 5px 5px 16px #bbb;
	overflow: hidden;	}

.Contents {
	width: 640px;
	overflow: visible;
	margin-left: 5px;	}

p.pagenum {
	font-family:Calibri, sans-serif, "Arial Black";
	color: #222;
	font-size: 12pt;
	text-align: center;
	letter-spacing: 0.75pt;
	margin: 35px 70px 35px 60px;	}

	p.header {
		height: 20px;
		font-family:Calibri, sans-serif, "Arial Black";
		color: #222;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		text-transform: uppercase;
		margin: 30px 100px 35px 100px;
		padding-bottom: 3px;
		border-bottom: 1px solid #333;	}
		
	h1 {
		font-family:Calibri, sans-serif, "Arial Black";
		color: #555;
		font-size: 38pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 120px 90px 15px 130px;	}

	h2 {
		font-family: Calibri, sans-serif, "Arial Black";
		color: #222;
		font-size: 24pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 250px 90px 15px 130px;
		padding-bottom: 7px;
		border-bottom: 1px solid #666;	}

	h3 {
		font-family: Calibri, sans-serif, "Arial Narrow";
		color: #222;
		font-size: 20pt;
		letter-spacing: 0.75pt;
		padding: 10px 0px 0px 0px;
		margin: 20px 90px 15px 130px;	}

	h4 {
		font-family: Calibri, sans-serif, "Arial Narrow";
		color: #222;
		font-size: 16pt;
		letter-spacing: 0.75pt;
		margin: 400px 90px 5px 130px;	}
	
	p.notes1st {
		font-family:  Garamond, Century, Chaparall Pro,"Book Antiqua", Georgia, "Times New Roman";
		color: #222;
		font-size: 14pt;;
		letter-spacing: 0.75pt;
		line-height: 1.4;
		margin-left: 130px;
		margin-right: 180px;
		margin-top: 30px;	}

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

	p.list {
		font-family: sans-serif;
		color: #222;
		font-size: 8pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin: 5px 0px 5px 100px;	}

	span.gloss {
		background-color: ghostwhite;	}

	span.hilight {
		background-color: seashell;
		padding: 0px 0px 0px 5px;	}
  
	p.nav {
		font-size: 12px;
		margin: 50px 30% 80px 28%; 
		text-align: center;	}

	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.button:link {
		font-family: sans-serif;
		text-decoration: none;
		height: 12px;
		width: 50px;
		border: 1px solid steelblue;
		font-size: 10px;
		padding: 2px 5px 2px 6px;
		background-color: steelblue;
		color:white;	}

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

	a.button:hover {
	color: steelblue;
	background-color: white;	}

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

-->



