body{
  font-family: Bitstream Vera Sans, sans-serif;
  background-color: #fff;
}

pre, code, tt{
  font-family: monospace;
}

body, table{
  font-size: 10pt;
}

table{
  border: 0px;
}

.left{
  vertical-align: top;
}

a{
  text-decoration: none;
}
a:hover{
  color: #000000;
}
a:visited{
  color: #000000;
}

.left p{
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 3px;
}

.left h3{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: 19px;
  color: white;
  background: url(/images/button.png) repeat;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 2px;
}

.left ul{
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
}

.left li{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.left p:hover{
  background-color: #cccccc;
}

.right {
  vertical-align: top;
}

.right body, table {
  line-height: 140%;
}

.right h1{
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
  color: #0066CC;
  width: 100%;
  margin-top: 10px;
}

.right h2{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #0066CC;
  text-transform: uppercase;
}

.right h3{
  color: #0066CC;
  font-size: 16px;
}

.right h4{
  color: #000000;
  margin-bottom: -8px;
}

.center_head_logo{
  position: absolute;
  top: 43px;
}

.center_head_title{
  position: absolute;
  top: 43px;
  left: 145px;
}

.youarehere{
  background-color: #eeeeee;
  border-top: 5px solid white;
  border-bottom: 1px solid gray;
  font-size: 8pt;
}

.bottomtext_big{
  color: white;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  font-family: Bitstream Vera Sans, sans-serif;
  margin-top: 8px;
  margin-bottom: 0px;
}

.bottomtext_big a{
  color: white;
}

.bottomtext_small{
  color: white;
  text-align: center;
  font-size: 10pt;
  font-family: Bitstream Vera Sans, sans-serif;
  margin-top: 7px;
}

hr{
  border-width: 0px;
  border-bottom: 1px solid #ddd;
  width: 80%;
  margin: 1.5em auto 1.5em auto;
}

img[align="right"]{
  margin-right: 10px;
  margin-top: 10px;
}

blockquote{
  margin: 0;
  font-style: italic;
}

/* onderstaande code bedoeld voor images een tekstomloop te geven in webpagina */
.imgboxlft, .imgboxrt{
  /* border: 1px solid #eee; */
 margin-right: 10px;
}

.imgboxlft{
  float: left;
}

.imgboxrt{
  float: right;
  margin-left: 5px;
}


.title{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #0066CC;
  text-transform: uppercase;
}

tr.ruled{
  background: #ccc;
  border: 2px;
  border-color: #000000;
}

a.whitetext:link{
  color: white;
  text-decoration: none;
}
a.whitetext:hover{
  color: white;
  text-decoration: underline;
}
a.whitetext:visited{
  color: white;
  text-decoration: none;
}

table.filled {
  background-color: #eeeeee;
}

a.txt:link{
  color: #000000;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
a.txt:hover{
  color: #000000;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

a.dl:link{
  color: #000000;
}

/*make images have no border by default*/
img {
  border-width: 0px;
}