<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
.fixedTOC { display:none; }
}

.fixedTOC  {
	z-index:9999;
	width: 600px;
    position: fixed;
    margin: 0px;
	margin-left:-400px;
    padding: 0 20px 0 0;
    top: 65px;
    left: 0px;
    z-index:9999;
	background: url(/images/toc.gif) top right no-repeat;
	cursor: pointer;
}

.fixedTOC ul {
    list-style: none;
	margin:0;
	padding:20px;
	background: #f0f0f0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	height:300px; 
	overflow: auto;
}

.fixedTOC ul li {
	white-space:nowrap;
	float: left;
	font-size:12px;
	padding:2px;
	margin:2px;
	background: #f0f0f0;
}

.fixedTOC ul li a {
	display: block;
	line-height: 1.25em;
	max-width:550px;
	overflow:hidden;
}</pre></body></html>