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

body 			{ margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #FFFFFF; font-size: 14px; color: #666666; text-align: left; font-family: Georgia, "Times New Roman", Times, serif; }
img 			{ border: 0; }
div 			{ overflow: auto; }
ul 			{ margin-top: 5px; }
ul li 			{ margin-top: 5px; }
ol li 			{ margin-top: 10px; }

/* Text */
a:link 		{ font-weight: normal; text-decoration: none; color: #333333; }
a:visited 		{ font-weight: normal; text-decoration: none; color: #333333; }
a:hover 		{ font-weight: normal; text-decoration: underline; color: #333333; }
a:active 		{ font-weight: normal; text-decoration: underline; color: #333333; }

#header 		{ position: relative; width: 900px; height: 135px; text-align: left; padding-bottom: 3px; overflow: hidden; }
#content 		{ position: relative; width: 900px; height: 300px; text-align: left; overflow: hidden; }
#footer 		{ position: relative; width: 900px; height: 40px; padding-top: 3px; border-top: 1px solid #666666; text-align: left; font-size: 11px; }
#col0 			{ width: 840px; margin-left: 30px; font-size: 14px; color: #666666; font-family: Georgia, "Times New Roman", Times, serif; }
#col1 			{ position: absolute; width: 400px; top: 0px; left: 30px; font-size: 14px; color: #666666; font-family: Georgia, "Times New Roman", Times, serif; }
#col2 			{ position: absolute; width: 400px; top: 0px; left: 470px; font-size: 14px; color: #666666; font-family: Georgia, "Times New Roman", Times, serif; }
#col21 		{ position: absolute; width: 200px; top: 0px; left: 450px; font-size: 14px; color: #666666; font-family: Georgia, "Times New Roman", Times, serif; }
#col22 		{ position: absolute; width: 200px; top: 0px; left: 670px; font-size: 14px; color: #666666; font-family: Georgia, "Times New Roman", Times, serif; }
.title 		{ border-bottom: 1px solid #666666; padding-top: 10px; padding-bottom: 5px; margin-bottom: 10px; font-size: 14px; font-weight: bold; color: #333333; text-transform: uppercase; font-family: Georgia, "Times New Roman", Times, serif; }

h1 			{ padding-top: 10px; padding-bottom: 5px; margin-bottom: 5px; font-size: 16px; font-weight: bold; color: #333333; text-transform: uppercase; font-family: Georgia, "Times New Roman", Times, serif; }
h2 			{ padding-top: 10px; padding-bottom: 5px; margin-bottom: 5px; font-size: 14px; font-weight: bold; color: #333333; text-transform: uppercase; font-family: Georgia, "Times New Roman", Times, serif; }

#menu 			{ position: relative; width: 900px; height: 40px; text-align: left; font-size: 12px; color: #666666; border-top: 1px solid #666666; border-bottom: 1px solid #666666; text-transform: uppercase; font-family: Georgia, "Times New Roman", Times, serif; overflow: hidden; }
#menu a:link 		{ color: #666666; text-decoration: none; }
#menu a:visited 	{ color: #666666; text-decoration: none; }
#menu a:hover 	{ color: #333333; text-decoration: none; }
#menu a:active 	{ color: #333333; text-decoration: none; }

#mainmenu 		{ position: relative; padding-left: 10px; padding-top: 2px; width: 890px; height: 18px; overflow: hidden; }
#mainmenu .menuitem 	{ color: #333333; padding-right: 30px; }
#mainmenu .menuitemSelected 		{ color: #4BA222; padding-right: 30px; }
#mainmenu .menuitemSelected a:link 	{ color: #4BA222; }
#mainmenu .menuitemSelected a:visited 	{ color: #4BA222; }
#mainmenu .menuitemSelected a:hover 	{ color: #4BA222; }
#mainmenu .menuitemSelected a:active 	{ color: #4BA222; }

#submenu 		{ position: relative; padding-left: 20px; padding-top: 2px; width: 880px; height: 17px; border-top: 1px dotted #666666; overflow: hidden; }
#submenu .menuitem 	{ color: #333333; padding-right: 30px; }
#submenu .menuitemSelected 			{ color: #A87C4F; padding-right: 30px; }
#submenu .menuitemSelected a:link 		{ color: #A87C4F; padding-right: 30px; }
#submenu .menuitemSelected a:visited 	{ color: #A87C4F; padding-right: 30px; }
#submenu .menuitemSelected a:hover 	{ color: #A87C4F; padding-right: 30px; }
#submenu .menuitemSelected a:active 	{ color: #A87C4F; padding-right: 30px; }

#footer .menuitem 	{ font-size: 11px; text-align: left; color: #333333; padding-right: 30px; font-family: Georgia, "Times New Roman", Times, serif; }
#footer .menuitem a:link 	{ color: #666666; padding-right: 30px; }
#footer .menuitem a:visited { color: #666666; padding-right: 30px; }
#footer .menuitem a:hover 	{ text-decoration: none; color: #333333; padding-right: 30px; }
#footer .menuitem a:active 	{ color: #333333; padding-right: 30px; }

input {
  font-size: 14px;
  color: #333333;
  margin-left: 0px;
  margin-bottom: 3px;
  padding-left: 2px;
  border-top: 0px;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

input[type=submit] {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
}

textarea {
  font-size: 14px;
  color: #333333;
  margin-left: 0px;
  padding-left: 2px;
  border-top: 0px;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.news {
  text-decoration: none;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #CCCCCC;
}
.newsdate {
  font-weight: normal;
  font-size: 12px;
}
.newstitle {
  font-weight: bold;
  font-size: 14px;
}
.newstext {
  font-weight: normal;
  font-size: 12px;
}







.scroll-track{
height:1px;
width:10px;
background-image: url('resource.php?fct=img&amp;f=sliderscrollfill.png');
background-repeat: repeat;
}

.scroll-handle{
border: 0px;
height:1px;
width:10px;
background-image: url('resource.php?fct=img&amp;f=sliderfill.png');
background-repeat: repeat;
cursor:pointer;
}

.scroll-track-top{
height:1px;
width:10px;
background-image: url('resource.php?fct=img&amp;f=sliderup.png');
}

.scroll-handle-bot{
height:24px;
width:10px;
background-image: url('resource.php?fct=img&amp;f=sliderbot.png');
}

.scroll-handle-top{
height:24px;
width:10px;
background-image: url('resource.php?fct=img&amp;f=slidertop.png');
background-repeat: no-repeat;
}

.scroll-track-bot{
height:1px;
width:10px;
background-image: url('resource.php?fct=img&amp;f=sliderdown.png');
}

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