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

body, td, p {
	 font-family: tahoma, verdana;
	 font-size: 10pt;
	 color: #000000;
	 margin: 0px;
}

ul, ol, blockquote {
	 margin: 0px 0px 0px 20px;
	 padding: 0px;
}

ul {
	list-style-image: none;
}

a {
	 color: #FFF600;
	 text-decoration: none;
}

a {
	 color: #CCCCCC;
	 text-decoration: none;
}

a:hover {
	 text-decoration: none;
}

h1 {
	 text-align: center;
	 text-align: center;
	 margin: 0px;
	 font-family: tahoma, verdana;
	 font-size: 16pt;
	 font-weight: bold;
	 color: #000000;
}

h1 span {
  background: url(./images/Shine.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 0px;
  height: 15px;
}

h2 {
	 text-align: center;
	 margin: 0px;
	 font-family: tahoma, verdana;
	 font-size: 16pt;
	 font-weight: bold;
	 color: #000000;
}

h2 span {
  background: url(./images/Shine.png) repeat-x;
  position: absolute;
  display: block;
  width: 750px;
  padding-top: 0px;
  height: 15px;
}

h3 {
	 font-family: tahoma;
	 font-size: 28pt;
	 font-weight: bold;
	 color: #000000;
}

h3 span {
  background: url(./images/Shine.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 10px;
  height: 15px;
}


h4 {
	 text-align: center;
	 margin: 0px;
	 font-family: tahoma, sans-serif;
	 font-size: 13pt;
	 font-weight: bold;
	 color: #BB0000;
}
/*
h4 span {
  background: url(./images/Shine.png) repeat-x;
  position: absolute;
  display: block;
  width: 570px;
  padding-top: 0px;
  height: 13px;
}
*/
h5 {
	 text-align: left;
	 margin: 0px;
	 font-family: tahoma, sans-serif;
	 font-size: 11pt;
	 font-weight: bold;
	 color: #BB0000;
}

pre {
	 margin: 0px;
}

#rotate {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#thumbnail {
	Width: 180px;
	height: 180px;
	Overflow: hidden;
}

#fotoframe {
	width: 180px;
	height: 180px;
	Position: relative;
	top: -180px
}

#topbanner {
	text-align: center;
}

#footer {
	position: relative;
	width: 780px;
	height: 290px;
	background: url(./images/footer-background.jpg) no-repeat;
	overflow: hidden;
}

#footer ul{
	list-style-image: url(./images/bullet.png);
}

#footer p a{
	color: #000000;
	font-weight: bold;
}

.footbox1 {
	Width: 240px;
	height: 215px;
	padding: 10px;
	border: none;
	text-align: left;
	color: #000000;
	float: left;
	list-style-image: none;
	overflow: hidden;
}

.footbox2 {
	Width: 240px;
	height: 215px;
	padding: 10px;
	border: none;
	text-align: left;
	color: #000000;
	float: left;
	overflow: hidden;
}

.footbox3 {
	text-align: left;
	Width: 240px;
	height: 215px;
	padding: 10px;
	border: none;
	float: left;
	overflow: hidden;
}

.logobox {
	Width: 780px;
	height: 60px;
	padding: 10px;
	border: none;
	text-align: left;
	color: #000000;
	overflow: hidden;
}

.logobox img{
	padding-left: 10px;
	padding-right: 30px;
	border: none;
}

.footbox1 p{
	padding: 3px;
	text-align: left;
	color: #000000;
}

.footbox1 ul{
	list-style-image: none; 
}

.footbox2 li{
	padding: 3px;
	border-bottom: 1px dashed;
	text-align: left;
	color: #000000;
}

.footbox2 a{
	border: none;
	text-align: left;
	color: #000000;
}

.footbox2 a:hover{
	border: none;
	text-align: left;
	text-decoration: underline;
	padding-left: 3px;
	color: #000000;
}

.footbox3 img{
	text-align: center;
	margin-top: 10px;
	border: none;
}

.menu td a {
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.menu td a:hover {
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(./images/top-bar-pressed.jpg) repeat-x;
	Border-left: 1px solid #fce000;
	Border-left: 1px solid #fce000;
}

.menu td a#active{
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #BB0000;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(./images/top-bar-pressed.jpg) repeat-x;
	Border-left: 1px solid #fce000;
	Border-left: 1px solid #fce000;
}</pre></body></html>