<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link {
font-family: "Times New Roman", Arial;
font-size: 14px;
font-weight: bold;
color: #02548d;
text-decoration: none
}
a:visited {
font-family: "Times New Roman", Arial;
font-size: 14px;
font-weight: bold;
color: darkblue;
text-decoration: none
}
a:hover{
font-family: "Times New Roman", Arial;
font-size: 14px;
font-weight: bold;
color: blue;
text-decoration: underline
}
a:active{
font-family: "Times New Roman", Arial;
font-size: 14px;
font-weight: bold;
color: lightblue;
text-decoration: none
}
.body {
font-family:"Times New Roman", Arial;
font-size: 14px;
line-height: 16px;
color: #333333;
text-decoration: none
}
.header {
font-family: "Times New Roman", Arial;
font-size: 14px;
line-height: 14px;
font-weight: bold;
color: #333333;
text-decoration: none
}

/*
.marker {
font-family: Verdana, Arial, Helvetica,
sans-serif; #8a9079
font-size: 10px;
font-style: normal;
font-weight: bold;
color: #FF6600;
text-decoration: none
}
.singleline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; 4
font-weight: normal;
color: #000000;
text-decoration: none; line-height: 10px}
}
.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 11px;
font-weight: bold;
color: #333333;
text-decoration: none
}
*/



.tab1 {
font-family: "Times New Roman", Arial;
font-size: 14px; /*relevant*/
line-height: 20px;
font-weight: normal;
/* color: #111111; /*black*/ */
text-decoration: none;
padding: 2em;
border: 1px solid;
border-collapse: collapse;
}

.tab1, td {
border: 1px solid;
border-color: white;
background-color: #FFFFFF;
color: black;
}

.tab1, th {
border: 1px solid;
border-color: white;
background-color: #8a9079;
color: white;
}
</pre></body></html>