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

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

		button.sidebutton {
		width: 20px;
		height: 20px;
		position: sticky;
		left: 15px;
		top: 10px;
		border: none; 	
		color: white;
		background-color: steelblue;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;	}

	#header {
		position: sticky;
		top: -5px;
		left: 5px;
		width: 100%;
		height: 70px;
		padding-bottom: 15px;
		background-color:#597791; }


	h1 {
		font-family: Arial, sans-serif;
		color: #fff;
		font-size: 13pt;
		letter-spacing: 0.75pt;
		margin-left: 45px;
		margin-top: 0px;
		padding: 15px 15px 6px 0px;	}

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

	p.notes1a {
		font-family: sans-serif;
		color: #555;
		font-size: 12pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		margin: 8px 10px 2px 65px;
		border-bottom: 1px solid #ddd;	}
	
	p.item {
		font-family: sans-serif;
		color: #555;
		font-size: 10pt;
		letter-spacing: 0.75pt;
		text-indent: -15px;
		line-height: 1.5;
		margin: 10px 30px 15px 100px;	}
	
	a.supp:link {
		text-decoration: none;
		font-weight: bold;
		font-size: 10pt;
		padding: 1px 0px 1px 0px;
		margin-left: 10px;
		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: white;
  border: 1px solid #ccc;

		font-size: 14px;
		padding: 3px 4px 3px 4px;
		margin-left: 5px;
		margin-right: 5px;	}

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

	a.button:hover {
		color: salmon;
  background-color: white;
		border: 1px solid white	}

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


	p.list {
		font-family: sans-serif;
		color: #333;
		font-size: 9pt;
		letter-spacing: 0.75pt;
		line-height: 1.5;
		margin: 8px 10px 2px 65px;}
		
-->