
/* Begin normale stylesheet */
body
{
   color:            #000000;
   background-color: #FFFFFF;
   font-size:        10pt;
   font-family:      Arial, Helvetica, Sans-Serif;
   margin-top:       10px;
   margin-left:      10px;
   margin-right:     10px;
   margin-bottom:    10px;
}

p
{
   font-family: Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style:  normal;
   font-weight: normal;
   font-size:   10pt;
   text-align:  normal;
}

.tekst
{
   font-family: Verdana, 'Comic Sans MS', Garamond, Arial, Helvetica, Sans-Serif;
   font-weight: bold;
   font-style:  normal;
   font-weight: normal;
   font-size:   10pt;
   text-align:  left;
}

h1
{
   font-family: Garamond, Arial, Helvetica, Sans-Serif;
   font-weight: bold;
   font-style:  normal;
   font-size:   30pt;
   text-align:  center;
}

h2
{
   font-family: Garamond, Arial, Helvetica, Sans-Serif;
   font-weight: bold;
   font-style:  normal;
   font-size:   24pt;
   text-align:  center;
}

h3
{
   font-family: Garamond, Arial, Helvetica, Sans-Serif;
   font-weight: bold;
   font-style:  normal;
   font-size:   18pt;
   text-align:  center;
}

h4
{
   font-family: Garamond, Arial, Helvetica, Sans-Serif;
   font-weight: bold;
   font-style:  normal;
   font-size:   14pt;
   text-align:  center;
}

.fonttype_1
{
	color:       #006000;
   font-family: Garamond, Arial, Helvetica, Sans-Serif;
   font-weight: bold;
   font-style:  italic;
   font-size:   36pt;
}


.table_1
{
   color:            #000000;
   background-color: #FFFFFF;
   font-size:        10pt;
   font-family:      Arial, Helvetica, Sans-Serif;
   margin-top:       0px;
   margin-left:      0px;
   margin-right:     0px;
   margin-bottom:    0px;
}

.table_2
{
   color:            #000000;
/*   background-color: #CCFFCC; */
   font-size:        10pt;
   font-family:      Arial, Helvetica, Sans-Serif;
   margin-top:       10px;
   margin-left:      10px;
   margin-right:     10px;
   margin-bottom:    10px;
   border-style:     solid;
   border-width:     1px;
   border-color:     #000000;
}

.table_3
{
   color:            #000000;
/*   background-color: #CCFFCC; */
   font-size:        10pt;
   font-family:      Arial, Helvetica, Sans-Serif;
   margin-top:       2px;
   margin-left:      2px;
   margin-right:     2px;
   margin-bottom:    2px;
   border-style:     solid;
   border-width:     1px;
   border-color:     #000000;
}

.td_2
{
   color:            #000000;
/*   background-color: #FFCCCC; */
   font-size:        10pt;
   font-family:      Arial, Helvetica, Sans-Serif;
	padding:          15px;
   border-style:     solid;
   border-width:     0px;
   border-color:     #000000;
}

.td_3
{
   color:            #000000;
/*   background-color: #FFCCCC; */
   font-size:        10pt;
   font-family:      Arial, Helvetica, Sans-Serif;
   border-style:     solid;
   border-width:     0px;
   border-color:     #000000;
	width:            20px;
   height:           20px;
}

.inhoud
{
    color: black;
    font-family: arial, sans-serif;
    font-size: x-small;
    text-decoration: none;
}
.spel
{
   color: black;
   font-family: arial, sans-serif;
   font-size:14px;
   text-decoration: none;
   border-style:solid;
   border-width:0px;
   border-color:#000000;
}
.spelkader
{
   color: black;
   font-family: arial, sans-serif;
   font-size:14px;
   text-decoration: none;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
}
.freq
{
   color: black;
   background-color: #CFCF00;
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   border-style:solid;
   border-width:0px;
   border-color:#000000;
}
.freqkader
{
   color: black;
   font-family: arial, sans-serif;
   font-size:14px;
   text-decoration: none;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
}

/* En dan... */
a.test {color:#0000FF; text-decoration:underline;}
a.test:link     {color:#000080; text-decoration:underline;}
a.test:visited  {color:#000080; text-decoration:underline;}
a.test:hover    {color:#AA0000; text-decoration:underline;}
a.test:active   {color:#000080; text-decoration:underline;}
/*
a.test:link    {color:#0000FF;}
a.test:visited {color:#0000FF;}
a.test:hover   {color:#0000FF; text-decoration:none;}
a.test:active  {color:#0000FF;}
*/

/* Links */
a:link
{
   color: #FF0000;
}
a:visited
{
   color: #FF0000;
}
a:hover
{
   color: #008000;
}
a:active
{
   color: #800000;
}