
<!--
	body {
		width: 90%;
		background-color: #fff;	}

	::-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;	}

			#title{ background-color: steelblue;
				margin-top: 0px;
				margin-left: 30px;}
		
	h1 {
		font-family: "Arial Black", sans-serif;
		color: white;
		font-size: 13pt;
		letter-spacing: 0.75pt;
		margin-left: 20px;
		margin-top: 10px;
		padding: 10px 15px 10px 0px;	}

		h2 {
			font-family: "Arial Narrow", sans-serif;
			color: steelblue;
			font-size: 15pt;
			font-weight: bold;
			letter-spacing: 0.75pt;
			margin-left: 30px;
			margin-top: 10px;
			text-indent: 20px;
			padding: 5px 5px 6px 0px;
			border-bottom: 1px solid #bbb;	}
	
	p.notes1st {
		font-family: sans-serif;
		color: #555;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		margin-left: 50px;
		margin-right: 20px;
		margin-top: 30px;	}

	p.notes1 {
		font-family: sans-serif;
		color: #555;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		margin-left: 50px;
		margin-right: 20px;
		margin-top: 10px;	}

	p.notes1a {
		font-family: sans-serif;
		color: #555;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		margin-left: 50px;
		margin-right: 20px;
		margin-top: 20px;	}

	p.notes2 {
		font-family: sans-serif;
		color: #555;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		margin-left: 60px;
		margin-right: 20px;
		margin-top: 10px;		}

		p.notes3 {
			font-family: sans-serif;
			color: #555;
			font-size: 12pt;
			letter-spacing: 0.75pt;
			line-height: 1.5;
			margin-left: 75px;
			margin-right: 20px;
			margin-top: 10px;		}
	
			p.notes4 {
				font-family: sans-serif;
				color: #555;
				font-size: 12pt;
				letter-spacing: 0.75pt;
				line-height: 1.5;
				margin-left: 95px;
				margin-right: 20px;
				margin-top: 10px;		}

				p.notes5 {
					font-family: sans-serif;
					color: #555;
					font-size: 12pt;
					letter-spacing: 0.75pt;
					line-height: 1.5;
					margin-left: 110px;
					margin-right: 20px;
					margin-top: 10px;		}

	p.item1st {
		font-family: sans-serif;
		color: #555;
		font-size: 11pt;
		letter-spacing: 0.75pt;
		text-indent: -35px;
		line-height: 1.5;
		margin: 40px 30px 10px 60px;	}

	p.item {
		font-family: sans-serif;
		color: #555;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		text-indent: -35px;
		line-height: 1.5;
		margin: 5px 60px 10px 95px;	}

	p.item2 {
		font-family: sans-serif;
		color: #555;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		text-indent: -35px;
		line-height: 1;
		margin: 5px 60px 10px 95px;	}

	p.quote1st {
		font-family: sans-serif;
		color: #555;
		font-size: 11pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin: 10px 100px 5px 65px;
	}
	p.quote1 {
		font-family: sans-serif;
		color: #555;
		font-size: 11pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin: 5px 50px 5px 65px;	}

	p.list {
		font-family: sans-serif;
		color: #222;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		line-height: 1.3;
		margin: 10px 25px 25px 70px;	}

	span.lord {
		font-variant: small-caps;	}

	span.hilight {
		background-color: oldlace;
		padding: 0px 2px 0px 2px;	}

	span.gloss {
		background-color: #e8ffff;		}

	a.supp:link {
		text-decoration: none;
		padding: 1px 0px 1px 0px;
		color: cornflowerblue;	}

	a.supp:visited {
		text-decoration: none;
		color:  cornflowerblue;	}
	
	a.supp:hover {
		color: salmon;	}

	a.supp:active {
		color: maroon;	}

	a.button:link {
		font-family: sans-serif;
		font-weight: bold;
		text-decoration: none;
		height: 20px;
		color: cornflowerblue;
		font-size: 14px;
		padding: 3px 4px 3px 4px;
		margin-left: 10px;
		margin-right: 10px;	}

	a.button:visited { 
		text-decoration: none;
		color: cornflowerblue;	}

	a.button:hover {
		color: salmon;	}

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

	a.button2:link {
		font-family: sans-serif;
		text-decoration: none;
		
		border: 1px solid #ddd;
		font-size: 8px;
		padding: 2px 3px 2px 3px;
		box-shadow: 3px 3px 4px #aaa;
		margin-left: 1px;
		margin-right: 6px;
		background-color: maroon;
		color: wheat;	}

	a.button2:visited { 
		text-decoration: none;
		border: 1px solid #ddd;
		color: wheat;	}

	a.button2:hover {
		color: wheat;
		background-color: #005050;	}

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

-->



