body, p, h1, h2, h3, h4, li, table, caption, td, th, input, textarea, select {
  font-family: Tahoma, Arial, sans-serif;
}
body {
  color: #000000;
  margin: 0px;
  scrollbar-arrow-color:       #44698c;
  scrollbar-3dlight-color:     #ffffff;
  scrollbar-highlight-color:   #ffffff;
  scrollbar-face-color:        #d1dee8;
  scrollbar-shadow-color:      #aac0d4;
  scrollbar-track-color:       #ffffff;
  scrollbar-darkshadow-color:  #94b0c8;
}
p, p.firstRow {
  font-size: 11px;
  margin: 10px;
}
th p{
 margin: 0px 10px;
}
h1, h1.firstRow {
  font-size: 15px;
  font-weight: bold;
  color: #6187ab;
  margin: 10px;
}
h2, h2.firstRow {
  font-size: 11px;
  font-weight: bold;
  color: #6187ab;
  margin: 10px;
}
h3, h3.firstRow {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: #666666;
  margin: 10px;
  }
h4, h4.firstRow {
  font-size: 22px;
  color: #DF0031;
  margin: 10px;
}

ol li, ul li {
  font-size: 11px;
  margin-right: 10px;
}
table {
  border-collapse: collapse;
}
caption {
  font-size: 15px;
  font-weight: bold;
}
th {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
td {
  font-size: 11px;
}
table.listTable {
  border: none;
  border-collapse: collapse;
}
table.listTable caption {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  color: #6187ab;
  padding: 3px;
}
table.listTable th {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 3px;
  color: #ffffff;
  background-color: #6187ab;
  border-top: 1px solid #6187ab;
  border-right: 0px solid #6187ab;
  border-bottom: 1px solid #6187ab;
  border-left: 0px solid #6187ab;
}
table.listTable th1 {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 3px;
  color: #ffffff;
  background-color: #ff0000;
  border-top: 1px solid #6187ab;
  border-right: 0px solid #6187ab;
  border-bottom: 1px solid #6187ab;
  border-left: 0px solid #6187ab;
}
table.listTable th.numbers {
  text-align: right;
}
table.listTable td {
  font-size: 11px;
  text-align: left;
  vertical-align: top;
  padding: 3px;
  color: #000000;
  border-top: 1px solid #aac0d4;
  border-right: 0px solid #aac0d4;
  border-bottom: 1px solid #aac0d4;
  border-left: 0px solid #aac0d4;
}
table.listTable td.numbers {
  text-align: right;
}
td.inputElements {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
table.inputElements td {
  vertical-align: middle;
}
table.menuTable {
  width: 162px;
}
table.menuTable th {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}
table.menuTable td {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: left;
  vertical-align: top;
  cursor: hand;
}
table.menuTable td.spacer {
  padding: 0px;
}
table.menuTable td.menuBorder {
  background-color: #d1dee8;
  padding: 0px;
}
label {
  text-align: left;
  font-size: 11px;
}
input, textarea, select {
  font-size: 11px;
  color: #44698c;
}
input.textBox, textarea.textBox, select.textBox {
  background-color: #ffffff;
  border: 1px solid #aac0d4;
  width: 120px;
}
input.textBoxLiten, textarea.textBoxLiten, select.textBoxLiten {
  background-color: #ffffff;
  border: 1px solid #aac0d4;
}
input.inputNumbers {
  text-align: right;
}
input.inputButton {
	font-size: 11px;
	color: #44698c;
	background-color: #d1dee8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #94b0c8;
	border-bottom-color: #94b0c8;
	border-left-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	width: 70px;
}
a:link {
  text-decoration: none;
  color: #0081c4;
}
a:active {
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: underline;
}
a.whiteLink:link, a.whiteLink:active, a.whiteLink:visited, a.whiteLink:hover {
  color: #ffffff;
  text-decoration: none;
}
a.smallLink:link, a.smallLink:active, a.smallLink:visited, a.smallLink:hover {
  color: #6187ab;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}
.white {
  color: #ffffff;
  }
.red {
  color: #DF0031;
}
.border {
  background-color: #ffffff;
}
.tableBorder {
  background-color: #aac0d4;
}
.menuBorder {
  background-color: #d1dee8;
}
.bgColor_1 {
  background-color: #d1dee8;
}
.bgColor_2 {
  background-color: #94b0c8;
}
body.startPage {
  background-color: #a9b1c2;
}
body.contentPage {
  margin: 0px;
  background-color: #ffffff;
}
#mainContents {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 569px;
  z-index: 10;
}
#siteMapContents {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 569px;
  z-index: 10;
}
#siteMapContents_2 {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 569px;
  z-index: 10;
}
body.flashMovie {
  margin: 0px;
  background-color: #ffffff;
}
#flashMovie {
  position: absolute;
  top: 0px;
  left: 0px;
}
body.popupPage {
  margin: 0px;
  background-color: #ffffff;
}
#popupContents {
  position: absolute;
  width: 463px;
  left: 10px;
  top: 10px;
}
#popupKampanj {
  position: absolute;
  left: 2px;
  top: 0px;
}
body.fill {
  background-color: #a9b1c2;
}
body.fillBorder {
  background-color: #ffffff;
}
body.headPage {
  background-color: #6187ab;
}
#headContents {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 752px;
  height: 80px;
  z-index: 10;
}
body.footerPage {
  background-color: #44698c;
}
#footContents {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 752px;
  height: 20px;
  z-index: 10;
}
body.menuPage {
  margin: 0px;
  background-color: #d1dee8;
}
#menuTop {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 162px;
  z-index: 10;
}
#divMenu {
  position: absolute;
  left: 0px;
  top: 18px;
  width: 162px;
  visibility: hidden;
}
.clMenuSub1 {
  position: absolute;
  width: 162px;
}
.clMenuSub2 {
  position: absolute;
  left: 0px;
  width: 162px;
  visibility: hidden;
}
.clMenuSub3 {
  position: absolute;
  left: 0px;
  width: 162px;
  visibility: hidden;
}
.messageError {
  font-size: 11px;
  font-weight: normal;
  color: #df0031;
}
table.listTable td.messageError {
  font-size: 11px;
  font-weight: normal;
  color: #df0031;
	text-align: center;
}
#breadcrumbs {
  position: absolute;
  left: 1px;
  top: 2px;
  width: 564px;
  z-index: 10;
  font-size: 10px;
  color: #94b0c8;
}
#breadcrumbs a {
  color: #94b0c8;
  text-decoration: none;
}
#breadcrumbs .currentPage {
  color: #6187ab;
  font-weight: bold;
}
td.copyright {
  height: 40px;
  color: #44698c;
  font-size: 10px;
  text-align: center;
  vertical-align: bottom;
}
td.copyrightStart {
  height: 30px;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  vertical-align: bottom;
}
td.copyrightStart a {
  color: #ffffff;
}
.hallon{
color: #df0031;
}
