body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	orphans: 4;
	widows: 4;
	font-size: 10pt;

}
a:link {  color: #0033ff}
a:active {  color: #FF0000}
a:visited {  color: #663399}
hr {
  font-size: 0pt;
  vertical-align: 0%;
  color: #00CCCC;
}

.headimage {
	position: absolute;
	top: 0px;
	right: 0px;
}

@page {
  orphans: 5;
  widows: 5;
}
@media print {
  body, table,tr,td,th,p {
    font-family: "Times New Roman", Times, serif;
    font-size : 10pt;
  }
  * {
    font-size : 10pt;
  }
  .navigation {
    display: none;
  }
  .headimage {
	position: relative;
	text-align: right;
  }
}
	
h1 {
	background-color: #CCCCCC;
	padding: 3px;
	width: 80%;
	margin-left: 10%;
	font-size: 14pt;
	color: #666666;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	clear: both;
}
h2 {
	text-align: center;
	font-size: 14px;
	color: #666666;
	background-color: #CCCCCC;
	width: 60%;
	margin-left: 20%;
	border: 1px solid #000000;
	padding: 3px;
	clear: both;
}
h3 {
	text-align: left;
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 3px 40px 3px 40px;
	clear: both;
	display: inline;
}
em {
  text-decoration : underline;
}
img {
	border: 0px;
}
img.normal {
	margin: 3px;
	border: 0px solid black;
	vertical-align: middle;
}
img.left {
	float: left;
	vertical-align: middle;
	margin: 3px;
}
img.right {
	float: right;
	vertical-align: middle;
	margin: 3px;
}
p, div {
	text-align: justify;
}
.clear {
	clear: both;
}
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}
.small {
  font-size: 0.8em;
}

/* BergeFelsundEis Logo */
table.logo {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
}
table.logo td {  height: 32px; padding: 0; empty-cells: show; }
table.logo .smallspacer {  }

table.logo .bg3 {
  background-image: url(/Logo/BG3.png);
  background-repeat: repeat-x;
  width: 100%;
}
table.logo .bg2 {
  background-image: url(/Logo/BG2.png);
  background-repeat: repeat-x;
}
table.logo .bg1 {
  background-image: url(/Logo/BG1.png);
  background-repeat: repeat-x;
}


.pagefooter {
  font-size: 0.75em;
  border-top: 1px solid black;
  clear:both;
}

.tables td {
  padding: 5px;
  margin: 5px;
}