/*** Link eigenschappen ***/

a { font-family: Verdana, Helvetica, Verdana, sans-serif; }

a:link { color: rgb(0,0,0); font-weight: normal; text-decoration: underline; font-size: 8pt; }
a:active { color: rgb(0,0,0,); font-weight: normal; text-decoration: none; font-size: 8pt; }
a:visited { color: rgb(0,0,0); font-weight: normal; text-decoration: underline; font-size: 8pt; }
a:hover { color: rgb(0,0,0); font-weight: normal; text-decoration: none; font-size: 8pt; }

a.rood:link { color: rgb(102,51,51); font-weight: normal; text-decoration: underline; font-size: 8pt; }
a.rood:active { color: rgb(102,51,51); font-weight: normal; text-decoration: none; font-size: 8pt; }
a.rood:visited { color: rgb(102,51,51); font-weight: normal; text-decoration: underline; font-size: 8pt; }
a.rood:hover { color: rgb(102,51,51); font-weight: normal; text-decoration: none; font-size: 8pt; }

a.roodklein:link { color: rgb(102,51,51); font-weight: normal; text-decoration: underline; font-size: 7pt; }
a.roodklein:active { color: rgb(102,51,51); font-weight: normal; text-decoration: none; font-size: 7pt; }
a.roodklein:visited { color: rgb(102,51,51); font-weight: normal; text-decoration: underline; font-size: 7pt; }
a.roodklein:hover { color: rgb(102,51,51); font-weight: normal; text-decoration: none; font-size: 7pt; }

a.zwart:link { color: rgb(0,0,0); font-weight: bold; text-decoration: underline; font-size: 8pt; }
a.zwart:active { color: rgb(0,0,0); font-weight: bold; text-decoration: none; font-size: 8pt; }
a.zwart:visited { color: rgb(0,0,0); font-weight: bold; text-decoration: underline; font-size: 8pt; }
a.zwart:hover { color: rgb(0,0,0); font-weight: bold; text-decoration: none; font-size: 8pt; }

/*** Tekst opmaak ***/

td { font-family: Verdana, Helvetica, Verdana, sans-serif; 
    font-size: 8pt; 
    color: rgb(0,0,0);
    font-weight: normal; 
    text-decoration: none;
}

td.rood { font-family: Verdana, Helvetica, Verdana, sans-serif; 
    font-size: 7pt; 
    color: rgb(102,51,51);
    font-weight: normal; 
    text-decoration: none;
}

b { font-family: Verdana, Helvetica, Verdana, sans-serif; 
    font-size: 8pt; 
    color: rgb(102,51,51);
    font-weight: bold; 
    text-decoration: none;
}


/*** Formulieren opmaak ***/

INPUT.form {
  font-family: Verdana,Arial;
  font-size: 7pt;
	color: rgb(51,51,51);
	background: rgb(255,255,255);
	border: solid;
	border-width: 1px;
	border-color: rgb(105,105,114);	
}

textarea.form {
  font-family: Verdana,Arial;
  font-size: 7pt;
	color: rgb(51,51,51);
	background: rgb(255,255,255);
	border: solid;
	border-width: 1px;
	border-color: rgb(105,105,114);	
}

select.form {
  font-family: Verdana,Arial;
  font-size: 7pt;
	color: rgb(51,51,51);
	background: rgb(255,255,255);
	border: solid;
	border-width: 1px;
	border-color: rgb(105,105,114);	
}


/*** elementen opmaak ***/

BODY 
{ 
scrollbar-base-color: rgb(251,240,221); 
scrollbar-arrow-color: rgb(102,51,51);
scrollbar-DarkShadow-Color: rgb(102,51,51); 
}