.error        {  color: #AA0000; }
.controlerror {  background-color: #ffffdd; border: 1px solid #AA0000; }

body 
{
  background: #FFFFFF;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  color: #024B81;
}

td                      
{
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #024B81;
}

td.kopje                      
{
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #024B81;
}

input
{
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #ffffdd; 
  border: 1px solid #FFDD00; 
  width: 200 px;
}

input.button
{
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #ffffdd; 
  border: 1px solid #FFDD00; 
  width: 100 px;
}

textarea
{
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #ffffdd; 
  border: 1px solid #FFDD00;
  width: 200 px;
}						