
<!--


	body {
		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

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

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

	

	#TitleBar {
		width: 1440px;
		height: 35px;
		position: absolute;
		top: 5px;
		left: 0px;
		background-color: #005050;
		overflow: hidden;
	}

	#Outline {
		width: 360px;
		margin-top: 55px;
		padding: 20px 10px 60px 3px;
		background-color: #005050;
		overflow: auto;
	}
	h1 {
		font-family: "Calibri Light", Calibri, sans-serif, "Arial Black";
		color: #fff;
		font-size: 18pt;
		font-weight: bold;
		letter-spacing: 0.75pt;
		margin: 3px 25px 10px 425px;
		text-shadow: 2px 2px 3px #222;
	}

	a.outline:link {
		font-family: sans-serif;
		font-size: 12pt;
		letter-spacing: 0.8pt;
		width: 260px;
		text-indent: -30px;
		margin: 2px 10px 4px  15px;
		padding: 10px 35px 10px 45px;
		text-decoration: none;
		color: lemonchiffon;
		background-color: #005050;
		display: block;
	}

	a.outline:visited { 
		color: lemonchiffon;
	}

	a.outline:hover {
		text-decoration: none;
		color: #033;
		background-color: lemonchiffon;
		outline: 1px solid #005050;

	}

	a.outline:active { 
		color: #384426;
		}



	
-->



