html, body

  {
    background-color: #e5e6e8;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 100%;
	margin: 0px 0px 0px 0px;
  }
  
#divPageContainer

  {
	left: 50%;
	margin-left: -440px;
	margin-top: 50px;
	position: absolute;
	width: 880px;
  }
  
h1

  {
    color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
  }
  
a:link, a:visited, a:hover

  {
    color: #333333;
    text-decoration: underline;
  }

td

  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 150%;
  }
  
.tekst-wit

  {
    color: #ffffff;
  }
  
.tekst-wit a:link

  {
    color: #ffffff;
    text-decoration: none;
  }
  
.tekst-wit a:visited

  {
    color: #ffffff;
    text-decoration: none;
  }
  
.tekst-wit a:hover

  {
    color: #ffffff;
    text-decoration: underline;
  }
  
.hyperlink-onderaan:link, .hyperlink-onderaan:visited, .hyperlink-onderaan:hover

  {
    color: #000000;
	text-decoration: none;
  }  
  
.input-text

  {
    background-color: #efefef;
    border: 1px solid #333333
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  }
