BODY{  
   font-family:                Verdana,Arial,Helvetica,sans-serif;
   font-size:                  13pt;
   color:                      #000000;
   background-color:           #FCFEF0;
   scrollbar-face-color:       #A8BCA0;
   scrollbar-highlight-color:  #FCFEF0;
   scrollbar-shadow-color:     #B8C4A8;
   scrollbar-3Dlight-color:    #C8D4B8;
   scrollbar-arrow-color:      #800000;
   scrollbar-track-color:      #FCFEF0;
   scrollbar-darkshadow-color: #306868;
   }
p{
   font-family:                Verdana,Arial,Helvetica,sans-serif;
   font-size:                  13px; 
   color:                      #000000
   }
H2{
   font-family:                Verdana,Arial,Helvetica,sans-serif;
   font-size:                  20px; 
   color:                      #000000
   }
H3{
   font-family:                Verdana,Arial,Helvetica,sans-serif;
   font-size:                  18px; 
   color:                      #000000
   }
small{
   font-family:                Verdana,Arial,Helvetica,sans-serif;
   font-size:                  10px; 
   color:                      #000000
   }
td{
   font-family:                Verdana,Arial,Helvetica,sans-serif;
   font-size:                  13px; 
   color:                      #000000
   }
li{
   font-family:                Verdana,Arial,Helvetica,sans-serif;
   font-size:                  13px; 
   color:                      #000000
   }

A {color: #336666}
A:hover {color: #800200}
A.balk {text-decoration:none; color:#336666}
A.balk:hover {text-decoration:underline; color:#800200} 
A.lichteachtergrond{text-decoration:underline; color:#336666; background-color:#FCFEF0}
A.lichteachtergrond:hover {text-decoration:underline; color:#800200; background-color:#FCFEF0}  
A.lijst:link {text-decoration:none; color:#336666}
A.lijst:visited {text-decoration:none; color:#800200}
A.lijst:hover {text-decoration:underline; color:#800200}
A.lijst:active {text-decoration:underline; color:#800200}

input {z-index: 1}

.monospace {Font-Family:"Courier New", Courier, monospace; Font-size:12px;}

.formTextinput {
background-color: #FCFEF0;
color: #000000;
font-size: 10px;
}

.formButton {
background-color: #A8BCA0;
color: #000000;
font-size: 10px;
}

.suggestion_list
	{
	background: white;
	border: 1px solid;
	border-color: #7F9DB9;
	padding: 4px;
	}
	
	.suggestion_list ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
	.suggestion_list a
	{
	text-decoration: none;
	color: #000000;
	}
	
	.suggestion_list .selected
	{
	background: #316AC5;
	color: white;
	}
	
	.suggestion_list .selected a
	{
	color: white;
	}

	#autosuggest
	{
	position: absolute; display: none; z-index: 2; width:205px;
	}

