<!--
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #000066;
  color: #000066;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}

h1 {
  color: #FF6600;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #FF6600;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #FF9900;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #FF9900;
  font-weight: bold;
  text-decoration: none;
}

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

a:focus {
  color: #000;
}

a:active {
  color: #000;
}

#outerWrapper {
  background-color: #FFFFFF;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 900px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #ebebeb;
  border-left: solid 1px #000066; 
  float: right;
  padding: 10px 10px 10px 10px; 
  width: 175px;
}
#outerWrapper #contentWrapper #content {
  background: #FFFFFF url(images/header.gif) top no-repeat;
  margin: 0 0px 0 0; 
  padding: 300px 0 0 0;
  width: 900px;
}
#tekst {
  width: 640px;
  padding: 10px 10px 10px 30px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
-->
</style>
<style type="text/css" media="print">
<!--
/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #FFFFFF;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
-->
</style>
<!--[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #rightColumn1 {
  width: 220px;
}

<!--[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}

