<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
    background-color: #642930;
    margin: 0px;
    padding: 0px;
  }


body, td {
    font : 12px Arial, Helvetica, sans-serif;
    color: #fff;
  }


a {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
  }


a:hover {
    font-style: normal;
    font-weight: bold;
    color: #E8D174;
    text-decoration: none;
  }


table.left_menu td {
    background : url('images/interface_05.gif') no-repeat;
    font-size : 11px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }


table.left_menu td.first {
    background : url('images/interface_03.gif') no-repeat;
  }


table.left_menu td.last {
    background : url('images/interface_07.gif') no-repeat;
  }


p.fig {
    font-style : italic;
  }

h1 {
	text-align: center;
	color: #E8D174;
	font-size:1.7em;
}

h2 {
    font-size: 18px;
    color: #E8D174;
    text-align: left;
    margin-bottom: 10px;
  }


h3 {
    font-size: 14px;
    color: #E8D174;
    text-align: left;
    margin-bottom: 10px;
  }

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0em;
	border-top: 1px dotted #f00;
	color: #666;
	width: 100%;
	text-align: center;
}

div.lbox, div.rbox {
	padding: 0px;
	margin: 0px;
	margin-left:0px;
	width: 270px;
	text-align: justify;
	position: relative;
}

div.lbox {
	float: left;
}

div.rbox {
	float: right;
}

div.box, div.box_a {
	border: 1px solid #E8D174;
	padding: 5px;
	margin: 8px;
}

div.cont {
	padding: 10px;
	text-align: justify;
}


.accent {
	font-weight: bold;
	color: #E8D174;
}

td.caption {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

p.more {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

dt {
	color: #E8D174;
	font-weight: bold;
}

tr.odd{
	background-color: #883841;
}

tr.even{
	background-color: #AE4854;
}

table.a td {
	font-size:8pt;
}</pre></body></html>