<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #d4e1a7;
    margin-left : 2em;
    margin-right: 2em;
    margin-top: 0px;
    scrollbar-3d-light-color:#ffffff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-dark-shadow-color: #708e2f;
    scrollbar-face-color: #98b23d;
    scrollbar-highlight-color: #fff8dc;
    scrollbar-shadow-color: #708e2f;
    scrollbar-track-color: #fff8dc;
    scrollbar-base-color: #fff8dc;
}

tbody {
    font-size: 10pt; 
    font-weight : normal;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}


h1 {
    font-size : 200%;
    margin-top: 0.25em;
    font-weight : bold;
    color : #006600;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

h2 {
    font-weight : bold;
    color : #006600;
    font-size : 180%; 
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

h3 {
	font-weight : bold;
    font-size : 160%;
    color : #006600;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

h4 {
	font-weight : bold;
    font-size : 140%;
    color : #006600;
    Font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

h5 {
    font-weight : bold;
    font-size : 100%;
    color : #006600;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

h6 {
    font-weight : bold;
    font-size : 80%;
    color : #006600;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

/* Style for text */

p {
    font-size: 10pt;
    margin-top: 1em;
    font-weight : normal;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

ul {
    font-size: 10pt; 
    font-weight : normal;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

li {
	font-size: 10pt; 
    font-weight : 100%;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

blockquote {
    margin-left : 2em;
    margin-right : 2em
}

a:link {
    color : #006600
}

a:visited {
	color : #006600
}

a:hover {
	color : #ffcc33
}

a:active {
    color : #DC143C;
}

td {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    color: #000000;
    BORDER-BOTTOM: medium none
}

.tiny {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 60%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
.small {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 80%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
.medium {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 100%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
.big {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 120%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
.strong {
	font-weight : bold
}
.ok {
    color : green
}

.error {
    color : red
}

/* Style for trail */
div.trail {  font-size: 10px; 
text-align: right; 
font-weight: bold;
font-family: Arial, Helvetica, sans-serif; }
div.trail a:active
	{ color: #ff0000; 
	background: #ffffff; }
div.trail a:hover
	{ color: #ff0000; 
	background: #ffffff; }


/* Style for banner */
div.banner 
	{ border: none;
	color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 0.1em 0.3em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	background: #d4e1a7;
	font-size: 90%; }
div.banner a:link 
	{ color: #ffffff;
	 background: #d4e1a7; }
div.banner a:visited
	{ color: #ffffff;
	 background: #d4e1a7; }
div.banner a:active
	{ color: #ff0000; 
	background: #d4e1a7; }
div.banner a:hover
	{ color: #ff0000; 
	background: #d4e1a7; }

div.bar {
    background: #cccccc;
	font-size: 20%;
    }


</pre></body></html>