BODY  { color: #333333; 
        font-size: 12px; 
        font-family: Tahoma;
        scrollbar-face-color: #CCCCCC;
        scrollbar-track-color: #FFFFFF;
        scrollbar-arrow-color: #000000;
        scrollbar-base-color: #6767B4;
        scrollbar-highlight-color: #35356A;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-shadow-color: #6767B4;
        scrollbar-darkshadow-color: #FFFFFF;
        background-color: #FFFFFF
      }

H1    { font-size: 15px; font-weight: bold; color : #0E3274;}
H2    { font-size: 28px; font-weight: normal; }
H3    { font-size: 20px; font-weight: normal; }
H4    { font-size: 18px; font-weight: normal; }
H5    { font-size: 12px; font-weight: normal; }
H6    { font-size: 11px; font-weight: normal; }
p     { font-size: 12px; font-weight: normal; }
table { font-size: 12px; font-weight: normal; }


ul    { margin-left: 8;
		list-style-position: outside;
		list-style-type: square;
}
li    { margin-left: 8;
		list-style-position: outside;
		list-style-type: square;
}

a {      color: #006AC7;
}
a:hover {  color: #FFFFFF;
				background-color: #006AC7;
} 

.menu { font-size: 14px;
        font-weight: normal;  
        font-variant: small-caps;  
        color: #FFFFFF; }

A.menu:link    { color: #DDDDDD;
}
A.menu:visited { color: #DDDDDD;
}
A.menu:hover   { color: #333333;
				 background-color: #E5F3FF;
} 
A.menu:active  { color: #333333;
}

.invoer 
{
	font-family: Tahoma;
	font-size : 12px;
	background-color: #CCCCCC;
	color: #333333;
	margin : 0px 0px 0px 0px;
    border: 1px #999999 solid
}
.button
{
	font-family: Tahoma;
	font-size : 12px;
	color: #333333;
	margin : 0px 0px 0px 0px;
    border: 1px #D2E1F7 solid;
    text-transform: capitalize; background-color: #DDDDDD; 
    cursor: hand; font-style: normal; font-weight: NORMAL
}

.leftNav { background-color: #D2E1F7;
			font-size : 12px;
			font-weight: bold;
}

.nieuws_header{ background-color: #D2E1F7;
				font-size : 12px;
				font-weight: bold;
}
.nieuws_content{ background-color: #F2F1F7;
			 	 font-size : 11px; 
}
