
<!--
	body {
		background-image: url('../img/paper1.jpg');
		overflow: hidden;	}

	::-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: #597791;		}
	#TitleBar {
		width: 97%;
		height: 35px;
		position: absolute;
		top: 5px;
		left: 0px;
		background-color: #597791;
		overflow: hidden;	}

	#Outline {
		width: 28%;
		height: 680px;
		position: absolute;
		top: 70px;
		left: 5px;
		overflow: auto;		
		padding-top: 20px;
		padding-bottom: 10px;
		border: none;	}

	.frame {
		width: 69%;
	   height: 87%;	
	   position: absolute;
	   left: 29.5%;
	   top: 90px;
	   overflow: hidden;
	   border: none;	}

	h1 {
		font-family: "Calibri Light", Calibri, sans-serif, "Arial Black";
		color: #eee;
		font-size: 17pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 5px 25px 10px 40px;	}

	p.outline {
		font-family: "Arial Black";
		color: #597791;
		font-size: 10pt;
		letter-spacing: 0.5pt;
		line-height: 1.3;
		text-indent: -10px;
		margin: 5px 10px 10px 20px;
		border-bottom: 1px solid #ddd;
		padding: 3px 5px 6px 5px;	}
	
	p.notes1 {
		font-family: Georgia, "Times New Roman", sans-serif;
		color: #666;
		font-size: 11pt;
		letter-spacing: 0.75pt;
		line-height: 1.4;
		margin: 10px 35px 0px 30px;	}

	a.supp:link {
		text-decoration: none;
		color: #597791;
		text-shadow: none;	}

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


-->