body { 
  color: rgb(208,208,208);
  background-color:rgb( 0, 0, 112);
  font-family  : helvetica;
  font-style   : normal;
  font-weight  : normal;
  font-size    : 10pt;
  
  margin-top   : 0;
  margin-left  : 0;
  margin-right : 0;
  margin-bottom: 0;
}
table {
text-indent: 0pt;
}

img {
	border-color: rgb(0, 0, 112);
}
H1 {
  font-size:12pt;
  font-weight:bold;
}

A {
  color: rgb(51,255,51);
  text-decoration: none;
}

A:hover,A:active {
  color       : rgb(255,0,0);
  font-family : helvetica;
  font-style  : normal;
  font-size   : 10pt;
}
A.buttonbar {
  color       : rgb(208,208,208);
  font-family : helvetica;
  font-weight : normal;
  font-size   : 8pt;
}
A.buttonbar:hover,A.buttonbar:active {
  color       : rgb(255,0,0);
  font-family : helvetica;
  font-style  : normal;
  font-size   : 8pt;
}
A.titelbar {
  color       : rgb(208,208,208);
  font-family : helvetica;
  font-weight : normal;
  font-size   : 10pt;
}
A.titelbar:hover,A.titelbar:active {
  color       : rgb(255,0,0);
  font-family : helvetica;
  font-style  : normal;
  font-size   : 10pt;
}


A.voet {
  color: rgb(0,0,112);
  font-family : helvetica;
  font-weight : bold;
  font-size   : 8pt;
}
A.voet:hover,A.voet:active {
  color       : rgb(255,0,0);
  font-family : helvetica;
  font-size   : 8pt;
  font-style  : italic;
}


body.titel { 
  font-size  :12pt;
  font-weight : bold;
}
body.voet { 
  font-size  :8pt;
  font-style : italic;
  text-align:center;
  color: rgb(0,0,112);
  background-color:rgb(208,208,208);
}
body.browse {
  background-color: white;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family  : helvetica;
  font-style   : normal;
  font-weight: normal;
  font-size: 8pt;
  color : rgb(26,68,20);
}

font.label {
  font-family: helvetica;
  font-weight: bold;
  font-style: normal;
  font-size: 8pt;
}
font.object {
  color: rgb(204,204,204);
  font-family: helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 8pt;
}

td {
  color: rgb(208,208,208);
  background-color:rgb( 0, 0, 112);
  font-family  : helvetica;
  font-style   : normal;
  font-weight  : bold;
  font-size    : 10pt;
}
td.label {
  font-weight: bold;
}
td.object {
  font-weight  : normal;
}

table.browse {
  background-color: rgb(255,255,255);
  color: rgb(0,0,208);
  text-indent: 10pt;
}
td.browse {
  background-color: rgb(255,255,255);
  color: rgb(0,0,208);
  font-family  : helvetica;
  font-style   : normal;
  font-weight  : normal;
  font-size    : 8pt;
}
td.browse A{
  color: rgb(0,0,208);
  font-family  : helvetica;
  font-style   : normal;
  font-weight  : normal;
  font-size    : 8pt;
}
td.browse A:hover,td.browse A:active {
  color       : rgb(255,0,0);
  font-family : helvetica;
  font-style  : normal;
  font-size   : 8pt;
}
td.titel { 
  color: rgb(208,208,208);
  background-color:rgb( 0, 0, 112);
  font-size  :12pt;
  font-weight : bold;
  font-family  : helvetica;
  font-style   : normal;
}

select {
  color: rgb(0,0,153);
  font-family: helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 8pt;
  width:220;
}

input {
  color: rgb(0,0,153);
  font-family: helvetica;
  font-weight: normal;
  font-style : normal;
  font-size  : 8pt;
}

body.menu { 
  color: rgb(0,0,112);
  background-color: lightgrey;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font: normal normal 10pt arial;
}

.treeiconmenu {
  color: rgb(0,0,0);
  font: normal normal 8pt arial;
  text-decoration: none;
  cursor: hand;
}
.treeiconmenu-over {
  color: rgb(193,193,193);
  background-color: rgb(0,0,0);
  font: normal normal 8pt arial;
  cursor: hand;
}
.oTreeIconMenu-selected {
  color: rgb(255,255,255);
  background-color: rgb(0,0,128);
  font: normal normal 8pt arial;
  cursor: hand;
}
p.voet { 
  font-size  :8pt;
  font-weight: normal;
  font-style : italic;
  text-align:center;
  color: rgb(0,0,112);
  background-color:rgb(208,208,208);
}