<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Link styles */
a:active
{
 color: #000000;
 font-family: Arial, sans-serif;
 font-weight: bold;
 text-decoration: none;
}

a:hover
{
 color: blue;
 font-family: Arial, sans-serif;
 font-weight: bold;
 text-decoration: underline;
}

a:link
{
 color: #70bbff;
 font-family: Arial, sans-serif;
 font-weight: bold;
 text-decoration: none;
}

a:visited
{
 color: #7099dd;
 font-family: Arial, sans-serif;
 font-weight: bold;
 text-decoration: none;
}



body
{
 background: #202020;
 color: #000000;
 font-family: Arial, sans-serif;
 font-size: 12px;
 margin-top: 10px;
 padding: 0px;
}

.form
{
  font-family: Arial, sans-serif;
  font-size: 10px;
  border-style: solid;
  border-width: 1;
}
      
#all
{
 position: relative;
 top: 0px;
 left: 0px;
 width: 800px;
 text-align: left;
}

#headerimage
{
 position: relative;
 width: 800;
 height: 180;
 margin: 0px;
 padding: 0px;
 border-width: 0px;
}

#headertext
{
 color: #2a6688;
 font-size: 12px;
 font-weight: bold;
 letter-spacing: 4px;
 text-align: right;
 vertical-align: middle;
}

/* Topnavigation styles */

#topnavigation
{
 margin-top: 2px;
 /*margin-bottom: 2px;*/
 padding: 4px;
 position: relative;
 background: #287878;/*#bababa;*/
 word-spacing: 4px;
}

#topnavigation a
{
 color: #d0d0d0;
 font-weight: bold;
 letter-spacing: 2px;
 text-decoration: none;
 font-size: 13px;
}

#topnavigation a:hover
{
 color: #70ffff;
 background: #287878;
}

/* Sidenavigation styles */

#sidenavigation
{
 position: absolute;
 tmargin-top: 2px;
 left: 0px;
 width: 100px;
 text-align: left;
 border-width: 0px;
 border-style: solid;
}

#sidenavigation a
{
 color: #1a5678;
 font-weight: bold;
 letter-spacing: 2px;
 text-decoration: none;
 font-size: 10px;	
}

/* Main styles */
#main
{
 position: absolute;
 /*margin-top: 2px;*/
 left: 0px;
 width: 575px;
 /*border-width: 1px;
 border-style: solid;
 border-color: #808080;
 padding: 10px;
 background-color: #fafafa;*/
}

/* Sidebar styles */
#sidebar
{
 position: absolute;
 /*background-image:url("img/side1.jpg");*/
 background-position: 100% 10%; 
 left: 580px;
 width: 220px;
}

/* Other styles */
img
{
 border-color: #202020;
}

.icon
{
 width: 132px;
 height: 132px;
 border-width: 10px;
}

.box
{
/* position: relative;
 left: -1px;
 top: -1px;*/
 margin-top: 4px;
 /*width: 220px;*/
 background-color: #000020;/*#fafafa;*/
 background: #ffffff;
 padding: 10px;
 border-width: 1px;
 border-style: solid;
 border-color: #287878;/*#1a5678; #808080; */
}

.shadow
{
 position: relative;
 margin-top: 4px;
 background: #808080;
}

/* Text styles */
.texthilite
{
 font-size: 12px;
 color: #d0d0d0;
 font-weight: bold;
 letter-spacing: 0px;
}

h3.textheadline
{
 margin-top: 10px;
 margin-bottom: 10px;
}

.textheadline
{
 font-size: 12px;
 color: #287878;
 font-weight: bold;
 letter-spacing: 0px;
}

p.textstd
{
 margin-top: 0px;
 padding-left: 5px;
}

.textstd
{
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 0px;
}

/* News styles */
.newsitem {
 margin-bottom: 20px;
}

pre
{
 font-family: Courier, monospace;
}</pre></body></html>