
<!--
	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

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

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

	p.select {
		font-family: sans-serif;
		color: #555;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		text-indent: -20px;
		margin-left: 35px;
		margin-right: 0px;
		margin-top: 10px;	}
	
	h1 {
		font-family: sans-serif;
		color: #555;
		font-size: 13pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		margin: 80px 15px 5px 15px;
		padding-bottom: 3px;
		border-bottom: 1px solid #aaa;	}

	h2 {
		font-family: sans-serif;
		color: #555;
		font-size: 11pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		margin: 20px 5px 5px 15px;	}

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

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

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

	.greek {
		font-family: Bwgrkl;
		font-size: 16pt;
		padding-bottom: 8px;
		margin-right: 10px;	}
	.hebrew {
		font-family: SPTiberian, Bwhebb;
		font-size: 16pt;
		padding-bottom: 8px;
		margin-right: 10px;
		float: right;
		direction: rtl;
		unicode-bidi: bidi-override;	}

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


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


-->



