<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
	position: absolute;
	top: 260px;
	left: 260px;
	width: 660px;
	padding: 10px;
	margin: 0px;
}

#sidebar {
	position: absolute;
	top: 260px;
	left: 60px;
	width: 160px;
	border-right: 1px solid #666666;
	padding-right: 20px;
}

#frame {
	position: absolute;
	top: 0px;
	left: 710px;
	width: 200px;
	height: 220px;
	background: url(../images/pfra.gif) no-repeat;
	padding: 0px 20px 0px 20px;
}

#header {
	position: absolute;
	top: 130px;
	left: 60px;
	width: 800px;
	height: 100px;
}


#maintopic {
	padding: 0px;
	margin: 0px 0px 0px 60px;
	height: 60px;
}

#maintopic a {
	display: block;
	float: left;
	border-right: 1px solid #ededed;
	height: 20px;
	padding: 20px 15px;
	margin: 0px;
	text-decoration: none;
	color: #666666;
}

#maintopic a:hover  {
	background-color: #ededed;
}

#maintopic .sel {
	color: #2761AF;
	background-color: #ededed;
}

.topic {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #2761AF !important;
	font-size : 18px;
	font-weight: normal !important;
	margin: 10px 0px 15px 0px !important;
}

.topic:hover {
	text-decoration: none !important;
	color: #ffffff !important;
}

.subtopic {
	display: block;
	text-decoration: none;
	color: #ffffff !important;
	font-weight: normal !important;
	border-bottom: 1px solid #666666;
	margin-bottom: 5px !important;
}

.subtopic:hover {
	text-decoration: none !important;
	color: #2761AF !important;
}

form.search {
	margin: 20px 0px 20px 0px;
}

form.search input {
	vertical-align : middle;
}

input.search {
	width: 130px;
	border: 1px solid #666666;
}</pre></body></html>