/* GEWONE BODY */
body {  color: 000000;  background: #FFFFFF;  }  

/* GEWONE LINK */
a:link {  color: #31319C;  text-decoration: none;  font-size: 10pt;  font-family: "Arial","Helvetica";  font-weight: bold; }  
a:visited {  color: #31319C;  text-decoration: none;  font-size: 10pt;  font-family: "Arial","Helvetica";  font-weight: bold; }  
a:active {  color: #FFCE31;  text-decoration: none;  font-size: 10pt;  font-family: "Arial","Helvetica";  font-weight: bold; }  
a:hover {  color: #FFCE31;  text-decoration: none;  font-size: 10pt;  font-family: "Arial","Helvetica";  font-weight: bold; }  

/* UNDER LINK */
a.under:link {  color: #31319C;  text-decoration: none;  font-size: 8pt;  font-family: "Arial","Helvetica"; }  
a.under:visited {  color: #31319C;  text-decoration: none;  font-size: 8pt;  font-family: "Arial","Helvetica"; }  
a.under:active {  color: #FFCE31;  text-decoration: none;  font-size: 8pt;  font-family: "Arial","Helvetica"; }  
a.under:hover {  color: #FFCE31;  text-decoration: none;  font-size: 8pt;  font-family: "Arial","Helvetica"; }  

/* FOOTER LINK */
a.footer:link {  color: #FFCE31;  text-decoration: none;  font-size: 9pt;  font-family: "Arial","Helvetica"; }  
a.footer:visited {  color: #FFCE31;  text-decoration: none;  font-size: 9pt;  font-family: "Arial","Helvetica"; }  
a.footer:active {  color: #31319C;  text-decoration: none;  font-size: 9pt;  font-family: "Arial","Helvetica"; }  
a.footer:hover {  color: #31319C;  text-decoration: none;  font-size: 9pt;  font-family: "Arial","Helvetica"; }  

/* HEADER LINK */
a.header:link {  color: #FFCE31;  text-decoration: none;  font-size: 9pt;  font-family: "Arial","Helvetica";  font-weight: bold; }  
a.header:visited {  color: #FFCE31;  text-decoration: none;  font-size: 9pt;  font-family: "Arial","Helvetica";  font-weight: bold; }  
a.header:active {  color: #31319C;  text-decoration: none;  font-size: 9pt;  font-family: "Arial","Helvetica";  font-weight: bold; }  
a.header:hover {  color: #31319C;  text-decoration: none;  font-size: 9pt;  font-family: "Arial","Helvetica";  font-weight: bold; }  

/* HEADERS */
h1 {  font-size: 20pt;  font-weight: bold;  border: none;  color: #31319C;  font-family: "Arial","Helvetica"; }  
h2 {  font-size: 16pt;  font-weight: bold;  border: none;  color: #31319C;  font-family: "Arial","Helvetica";  }   
h3 {  font-size: 12pt;  font-weight: bold;  border: none;  color: #31319C;  font-family: "Arial","Helvetica";  }   
h4 {  font-size: 10pt;  font-weight: bold;  border: none;  color: #31319C;  font-family: "Arial","Helvetica";  }   
h5 {  font-size: 10pt;  font-weight: bold;  border: none;  color: #FFFFFF;  font-family: "Arial","Helvetica";  }  
h1.header {  font-size: 20pt;  font-weight: bold;  border: none;  color: #FFCE31;  font-family: "Arial","Helvetica";  text-align: center; }  
h3.footer {  font-size: 12pt;  font-weight: bold;  border: none;  color: #FFCE31;  font-family: "Arial","Helvetica";  text-align: center;  }   


/* LISTS */
ul  { font-size: 10pt; border: none; color: #000000; font-family: "Arial","Helvetica";  }
ol   { font-size: 10pt; border: none; color: #000000; font-family: "Arial","Helvetica";  text-align: justify;}

/* PARAGRAAF */
p {  font-size: 10pt;  border: none;  color: #000000;  font-family: "Arial","Helvetica";  text-align: justify;  }  
p.center {  font-size: 10pt;  border: none;  color: #000000;  font-family: "Arial","Helvetica";  text-align: center; }  
p.right  {  font-size: 10pt;  border: none;  color: #000000;  font-family: "Arial","Helvetica";  text-align: right; }  
p.header {  font-size: 9pt;  border: none;  color: #FFCE31;  font-family: "Arial","Helvetica";  text-align: center; }  
p.footer {  font-size: 9pt;  border: none;  color: #000000;  font-family: "Arial","Helvetica";  text-align: center; }  
p.under {  font-size: 8pt;  border: none;  color: #000000;  font-family: "Arial","Helvetica";  text-align: justify;  } 

/* Table cells */
td { font-size: 10pt; color: #000000; font-family: "Arial","Helvetica";}
td.color1 { font-size: 10pt; color: #31319C; font-family: "Arial","Helvetica";   font-weight: bold; background: #FFCE31;}
td.color2 { font-size: 10pt; color: #FFCE31; font-family: "Arial","Helvetica";   font-weight: bold; background: #31319C;}
td.header { font-size: 9pt; color: #FFCE31; font-family: "Arial","Helvetica";   font-weight: bold; background: #333333;}
td.footer { font-size: 9pt; color: #FFCE31; font-family: "Arial","Helvetica";   font-weight: bold; background: #333333;}
 
