/* DEFAULTS voor de middle pagina*/
body, BODY { 
      font-family: Arial, Fixedsys, Helvetia, "Gill Sans", sans-serif, Courier;
      font-size  : 8pt;
	  margin     : 0em 5em 1em 1em; /* top, right, bottom, left */
      background-image        : none;
	  background-color        : #FFFFFF;	  /*roze:#f2e6e3  */
      background-attachment   : fixed;	  
	  color                   : #810a15
      }
form, FORM, input, INPUT, select, SELECT, textarea, TEXTAREA  { 
      font-family: Arial, Fixedsys, Helvetia, "Gill Sans", sans-serif, Courier;
      font-size  : 8pt;
	  margin     : 0em 0em 0em 0em; /* top, right, bottom, left */
	  color      : #810a15
      }
td, TD, tr, TR, table, TABLE {
	  color      : #810a15;
      font-family: Arial, Fixedsys, Helvetia, "Gill Sans", sans-serif, Courier;
      font-size  : 8pt;
	  margin     : 0em 0em 0em 0em /* top, right, bottom, left */
      }
	  
a.title { /* help cursor wanneer gehoverd wordt over item om tevens duidelijk aan te geven dat er een "title"tag wordt gebruikt */
	color: #810a15;
    font-family: Arial, Fixedsys, Helvetia, "Gill Sans", sans-serif, Courier;
    font-size: 8pt;
	margin: 0em 0em 0em 0em; /* top, right, bottom, left */
	cursor: help;
	text-decoration: none;
	}

p, P  {
	  color      : #810a15;
      font-family: Arial, Fixedsys, Helvetia, "Gill Sans", sans-serif, Courier;
      font-size  : 8pt;
	  margin     : 1em 0em 1em 0em /* top, right, bottom, left */
      }
a, A  {
      font-family             : Arial, Fixedsys, Helvetia, "Gill Sans", sans-serif, Courier;
      font-size               : 8pt;
	  text-decoration         : underline
      }

A:link    { color: #810a15;text-decoration: none; }
A:visited { color: #810a15;text-decoration: none; }
A:hover   { color: #810a15;text-decoration: none; }
A:active  { color: #810a15;text-decoration: none; }

h1, H1  { font-size   : 10pt;
          margin      : 1em 0em 1em 0em; /* top, right, bottom, left */
        }
h2, H2  { font-size   : 9pt;
          margin      : 0em 0em 0em 0em /* top, right, bottom, left */
        }
td.groter  { font-size   : 9pt;
          font-weight : normal;
          margin      : 0em 0em 0em 0em /* top, right, bottom, left */
        }
/* CLASSES: de naam van de class mag niet te lang zijn voor Netscape, niet langer dan 8*/
td.inhoud {
		  background-color        :#dccccb;   /*donker-roze:#dccccb eigen roze:#b64955 eigen roze maar dan lichter:#d29197*/
		  text-decoration         : underline;
		  color                   : black
          }
a.inhoud  {
		  text-decoration         : none
          }
p.route   {
          margin   : 0em 0em 0em 2em; /* top, right, bottom, left */
		  line-height : 1.5
          }
p.routep  {
          margin   : 0em 0em 0em 2em /* top, right, bottom, left */
          }		  
a.links   {
          font-size   : 9pt;
		  font-weight : bold
          }
span.arrow    { font-family             : wingdings;
			    font-size               : 15pt
              }
	  
