body {
  background: #FEFFCD url(images/bglogo.png) bottom right fixed;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, Times;
  font-size: 11pt;
  color: Black;
}
body.menu {
  background: #FEFFCD;
  font-family: Arial, Helvetica, Times;
  font-size: 11pt;
  color: Black;
}

a:link {
  font-size: 11pt;
  color: Darkblue;
  background: transparent;
}
a:visited {
  font-size: 11pt;
  color: Darkred;
  background: transparent;
}
a:hover, a:active {
  font-size: 11pt;
  color: Purple;
  background: transparent;
  text-decoration: none
}

a.menu:link, a.menu:visited, a.menu:active{
  font-size: 9pt;
  color: Yellow;
  background: transparent;
  font-family: System, Arial, Times; 
  text-decoration: none;
  margin-left: 2px;
  width: 160px;
}
a.menu:hover{
  font-size: 9pt;
  color: White;
  background: transparent;
  font-family: System, Arial, Times; 
  text-decoration: none;
  margin-left: 2px;
  width: 160px;
}

td.menu{
  background: rgb(40,180,40);
  border-right : 2px solid Red;
  border-bottom : 2px solid Red;
}

h1,h2 {
  color: #00008B;
  text-align: center;
  font-family: Verdana, Arial, Helvetica;
}

h3,h4,h5 {
  color: #00008B;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica;
}

table {
  font-family: Arial, Helvetica, Verdana;
  font-size: 11pt;
  color: #000000;
}

table.linkvak {
  font-family: Arial, Helvetica, Verdana;
  font-size: 11pt;
  color: #000000;
  border: 1px solid #00008B;
}

pre {
  margin-left: 10%;
  white-space: pre
}

.copy {
  color: #00008B;
  text-decoration: none;
  font-size: 8pt;
}

.footermenua, .footermenu, a.footermenu:hover {
  color: #00008B;
  text-decoration: none;
  font-size: 8pt;
}

select, textarea {
  color: #00008B;
  font-family: Arial, Helvetica, Verdana;
  font-size: 10pt;
  background-color: #FEFFCD;
  border: 1px solid Black;
}
.inputtext {
  color: #00008B;
  font-family: Arial, Helvetica, Verdana;
  font-size: 10pt;
  background-color: #FEFFCD;
  border-right : none;
  border-left : none;
  border-top : none;
  border-bottom : 1px dashed Black;
}

.button {
  color: #ffff00;
  cursor: hand;
  background: rgb(40,180,40);
  font-family: Arial, Helvetica, Verdana;
  font-size: 10pt;
  font-weight: bold;
  border: 1px solid Red;
}

