*
{
  margin: 0;
  padding: 0;
}

body
{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #696969;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  font-family: Verdana, san-serif;
  background-color: #ECF2EB;
}


a,
a:link,
a:active,
a:visited
{
  text-decoration: underline;
  color: #696969;
}

a:hover
{
  text-decoration: none;
}

a:focus
{
  outline: none;
}

table tr td,
table tr th,
table tr td p,
table tr th p,
table tbody tr td,
table tbody tr th,
table tbody tr td p,
table tbody tr th p
{
  color: #696969;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  font-family: Verdana, san-serif;
  text-align: left;
  vertical-align: top;
}

ul
{
  margin-left: 2.5em;
}

/* #####################  I M A G E S  ##################### */

img
{
  border: 0;
}

/* Afbeelding links=imglinks */
img.imglinks
{
  margin: 10px 10px 10px 0;
  float: left;
  border: 0;
}

/* Afbeelding links (boven)=imglinks_top */
img.imglinks_top
{
  margin: 3px 10px 7px 0;
  float: left;
  border: 0;
}

/* Afbeelding rechts=imgrechts */
img.imgrechts
{
  margin: 10px 0 10px 10px;
  float: right;
  border: 0;
}

/* Afbeelding rechts (boven)=imgrechts_top */
img.imgrechts_top
{
  margin: 3px 0 7px 10px;
  float: right;
  border: 0;
}


/* #####################  H E A D I N G S  ##################### */

h1
{
  margin: 0;
  padding: 0;
  color: #E2001A;
  font-family: Verdana, san-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

h2
{
  margin: 0;
  padding: 0;
  color: #696969;
  font-family: Verdana, san-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

h3
{
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Verdana, san-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

/* #####################  D A T A - T A B L E  ##################### */

table.data_table
{
  margin: 5px 0 0 0;
  padding: 0;
  background-color: #b8b0c9;
}

table.data_table tbody tr td,
table.data_table tbody tr th
{
  margin: 0;
  padding: 10px 15px 10px 15px;
  text-align: left;
}


table.data_table tbody tr td.center,
table.data_table tbody tr th.center
{
  text-align: center;
}


table.data_table tbody tr td
{
  color: #494949;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
}

table.data_table tbody tr th
{
  color: #494949;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
}