﻿body {
  background-image: url('../images/bg.jpg');
  background-attachment: fixed;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 9pt;
  scrollbar-face-color: #027679;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #027679;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-Color: #027679;
}

table,tr,td {
  color: #000000;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 9pt;
}

p,ul,li {
  margin-left: 2px;
  margin-right: 2px;
  text-align: justify;
}

.menue {
  list-style-type:none;
  margin: 0px, 0px, 0px, 10px;
  padding: 0px;
  background-color: #FFFFFF;
  width: 240px;
}

.menue li a {
  color: #FFFFFF;
  width: 200px;
  margin: 0px, 0px, 0px, 10px;
  padding: 2px 2px 2px 10px;
  text-decoration: none;
  background-color: #027679;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-top: 1px solid #C0C0C0;
  border-right: 1px solid black;
  font-size: 10pt;
  font-family: verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: bold;
}

.menue li a:visited {
  margin: 0px, 0px, 0px, 10px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #027679;
  font-size: 10pt;
  font-family: verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: bold;
}

.menue li a:hover {
  margin: 0px, 0px, 0px, 10px;
  color: #000000;
  background-color: #027679;
  font-weight: bold;
  border-bottom: 1px solid #AFAFAF;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  text-decoration: none;
}

.txt1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
}

.txt2 {
	color: #027679;
	font-size: 8pt;
	font-weight: normal;
}

.txt2 a: {
	color: #027679;
	font-size: 8pt;
	font-weight: normal;
}

.txt2 a:link {
	color: #027679;
	font-size: 8pt;
	font-weight: normal;
}

.txt2 a:visited {
	color: #027679;
	font-size: 8pt;
	font-weight: normal;
}

.txt2 a:hover {
	color: #F00000;
	font-size: 8pt;
	font-weight: bold;
}

.txt3 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
}

.txt3 a:link {
	color: #000000;
}

.txt3 a:visited {
	color: #000000;
}

.txt3 a:hover {
	color: #F00000;
}


span.t1 {
	color: #027679;
	font-weight: bold;
}

span.t2 {
	color: #F00000;
	font-weight: bold;
}

.footer {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 8pt;
}

.footer a: {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 8pt;
}

.footer a:link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

.footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

.footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}


h1 {
	color: #F00000;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #F00000;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

h2 {
	color: #027679;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-decoration: underline;
}

h3 {
  color: #466900;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  margin-left: 4px;
}

h4 {
  color: #A0A0A0;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: normal;
  margin-left: 4px;
}

h5 {
  color: #CCFF33;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin-left: 4px;
}

a:link {
	color: #027679;
	text-decoration: none;
}

a:visited {
	color: #027679;
	text-decoration: none;
}

a:hover {
	color: #F00000;
	text-decoration: underline;
}

