/* bodyfont en scrollbar */
HTML	{ height: 100%; }
BODY	{ font-family: Arial, Helvetica, sans-serif, Verdana, Geneva ; font-size: 10px; scrollbar-arrow-color:#888888; scrollbar-track-color:#C6C7C6;	scrollbar-base-color:#DEDEDE; scrollbar-shadow-color:#9C9C9C;	scrollbar-face-color:#E6E6E6;	scrollbar-highlight-color:#FFFFFF;	scrollbar-darkshadow-color:#C6C7C6;	scrollbar-3dlight-color:#9C9C9C; height: 100%; }

/* P, TD	{ font-family: Arial, Helvetica, sans-serif, Verdana, Geneva ; font-size: 12px; } */

/* kleuren */
.bl		{ color: #046DE2; font-size: 12px; line-height: 12px; font-weight: bold; } /* blauw */
.or		{ color: #FF8A00; font-size: 12px; line-height: 12px; font-weight: bold; } /* oranje */
.gr		{ color: #92C120; font-size: 12px; line-height: 12px; font-weight: bold; } /* groen */
.db		{ color: #003876; font-size: 12px; line-height: 12px; font-weight: bold; } /* donkerblauw */
.lb		{ color: #BFD3F3; font-size: 12px; line-height: 12px; font-weight: bold; } /* lichtblauw */
.ro		{ color: #FF0000; font-size: 12px; line-height: 12px; font-weight: bold; } /* rood */
.wi		{ color: #FFFFFF; font-size: 12px; line-height: 12px; font-weight: bold; } /* wit */

/* tekst */
/* .normal 		{ font-size: 12px; line-height: 17px; color: #000000; font-weight: normal; } */
.grey			{ color: #666666; }

.bl_title 	{ font-size: 16px; line-height: 16px; color: #046DE2; font-weight: normal; }
.or_title	{ font-size: 16px; line-height: 16px; color: #FF8A00; font-weight: normal; }
.gr_title	{ font-size: 16px; line-height: 16px; color: #92C120; font-weight: normal; }
.ro_title	{ font-size: 16px; line-height: 16px; color: #FF0000; font-weight: normal; }
.db_title	{ font-size: 16px; line-height: 16px; color: #003876; font-weight: normal; }
.zw_title	{ font-size: 16px; line-height: 16px; color: #000000; font-weight: normal; }
.wi_title	{ font-size: 16px; line-height: 16px; color: #FFFFFF; font-weight: normal; }

.bl_note { font-size: 11px; line-height: 11px; color: #046DE2; font-weight: normal; }
.or_note	{ font-size: 11px; line-height: 11px; color: #FF8A00; font-weight: normal; }
.or_note2	{ font-size: 11px; line-height: 11px; color: #FCC789; font-weight: normal; }
.gr_note	{ font-size: 11px; line-height: 11px; color: #386B00; font-weight: normal; }
/* .gr_note	{ font-size: 11px; line-height: 11px; color: #92C120; font-weight: normal; } */
.ro_note	{ font-size: 11px; line-height: 11px; color: #FF0000; font-weight: normal; }
.db_note	{ font-size: 11px; line-height: 11px; color: #003876; font-weight: normal; }
.zw_note	{ font-size: 11px; line-height: 11px; color: #000000; font-weight: normal; }
.wi_note	{ font-size: 11px; line-height: 11px; color: #FFFFFF; font-weight: normal; }

/* links */
a:link, a:active, a:visited { text-decoration: none; }
a:hover 					{ text-decoration: underline; }

a.bl:link, a.bl:active, a.bl:visited	{ color: #046DE2; }
a.bl:hover								{ color: #001E7D; text-decoration: underline; }

a.or:link, a.or:active, a.or:visited	{ color: #FF8A00; }
a.or:hover								{ color: #AB5D00; text-decoration: underline; }

a.gr:link, a.gr:active, a.gr:visited	{ color: #92C120; }
a.gr:hover								{ color: #386B00; text-decoration: underline; }

a.ro:link, a.ro:active, a.ro:visited	{ color: #FF0000; text-decoration: underline; }
a.ro:hover								{ color: #861214; text-decoration: underline; }

a.db:link, a.db:active, a.db:visited	{ color: #000565; text-decoration: underline; }
a.db:hover								{ color: #F67710; text-decoration: underline; }

a.wi:link, a.wi:active, a.wi:visited, a.wi:hover	{ color: #FFFFFF; text-decoration: underline; }

a.wi_title:link, a.wi_title:active, a.wi_title:visited	{ color: #FFFFFF; text-decoration: none; }
a.wi_title:hover										{ color: #FFFFFF; text-decoration: underline; }

/* forms */
form		{ font-family: Arial, Helvetica, sans-serif, Verdana, Geneva ; margin: 0px; }
	
/* keywords */
h1,h2,h3		{ position: absolute; z-index: 0; top: -2000px;left: -2000px; color: #FFFFFF; font-size: 8px; line-height: 0px; text-align: center; }	

