<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
 background-color: #E6E6E6;
 margin-top: 50px;
 text-align: justify;
 width: 100%;
 font-size: 12px;
 font-family: "Verdana", "Arial", sans-serif;
}

td#navigation
{
 background-image: url(/res/img/navigation_06.png);
}

td#navigation div
{
 background-image: url(/res/img/navigation_03.png);
 padding-left: 15px;
 width: 120px;
}

td#navigation div.spacer
{
 background-image: url(/res/img/navigation_06.png);
 height: 10px;
}

td#navigation ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

td#navigation ul li {
	list-style-image: url(/res/img/navigation_08.png);
}

td#navigation ul li:hover {
	list-style-image: url(/res/img/navigation_09.png);
}

td#navigation ul li a {
	color: #000000;
	text-decoration: none;
}

td#content
{
 background-image: url(/res/img/content_02.png);
 width: 485px;
}

td#content div
{
 background-image: url(/res/img/content_02.png);
 width: 455px;
 padding-left: 10px;
 padding-right: 20px;
 padding-top: 10px;
 padding-bottom: 10px;
}

td#content div h1 {
	font-size: 12px;
}

td#content div h2 {
	font-size: 12px;
}

td#content div p {
	font-size: 12px;
	text-align: justify;
}

td#content div pre {
	font-size: 12px;
	margin: 10px;
	border: 1px dashed #78A2CC;
	padding: 5px;
	overflow: auto;
}

td#content div a {
	color: #000000;
}

td#content div a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

td#content div div.list {
	margin: 0px;
	padding: 0px;
	background: none;
}

td#content div div.list div.item {
	margin: 0px;
	padding: 0px;
	background: none;
	clear: both;
	margin-bottom: 10px;
}

td#content div div.list div.item p {
	margin: 0px;
	padding: 0px;
	float: left;
}

td#content div div.list div.item p.attribute {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: none;
	font-style: italic;
}

/*
/**/*/
/*a.s, b.s, i.s, u.s, span.s*/
/*{*/
/* font-size: 12px;*/
/* font-family: Verdana, Arial;*/
/* color: #000000;*/
/*}*/

/*a.s:hover*/
/*{*/
/* font-size: 12px;*/
/* font-family: Verdana, Arial;*/
/* color: #FFFFFF;*/
/*}*/

/*form.s, table.s*/
/*{*/
/* margin: 0px;*/
/* padding: 0px;*/
/*}*/

/*tr.s*/
/*{*/
/* border-left: 1px solid #646464;*/
/* border-top: 1px solid #646464;*/
/*}*/

/*td.s*/
/*{*/
/* border-right: 1px solid #646464;*/
/* border-bottom: 1px solid #646464;*/
/*}*/

/*th.s*/
/*{*/
/* border-right: 1px solid #646464;*/
/* border-bottom: 1px solid #646464;*/
/* background-color: #78A1CC;*/
/*}*/

/*input.s, textarea.s, select.s*/
/*{*/
/* border: 1px solid #646464;*/
/* background-color: #78A1CC;*/
/* margin-top: 2px;*/
/* margin-bottom: 1px;*/
/*}*/
</pre></body></html>