/* CSS Document */
body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
} 

body,tr,td{ 
    SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
    scrollbar-base-color: #CCCCCC; 
    SCROLLBAR-ARROW-COLOR:#000080;
    scrollbar-track-color: #CCCCCC;
} 

.platte_tekst { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: normal; 
    color: #000000; 
} 

.tekst_bovenbalk { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: normal; 
    color: #F89945; 
} 

.tekst_onderbalk { 
    font-family: Bookman Old Style, Georgia, Times New Roman; 
    font-size: 8pt; 
    font-weight: bold; 
    color: #F5F2A1; 
} 

.kop {
	font-family: Bookman Old Style, Georgia, Times New Roman;
	font-size: 24pt;
	font-weight: bold;
	color: #F89945;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
} 

.tussenkop {
	font-family: Bookman Old Style, Georgia, Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-variant: small-caps;
} 

a.tekstlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
} 

a.tekstlink:hover {
color: #F89945;
} 

a.link-onderbalk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #F89945;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
} 

a.link-onderbalk:hover {
color: #F5F2A1;
} 
