body {  font-family:Geneva, Arial, Helvetica, "MS Sans Serif"; 
        font-size: 12px; 
		font-style: normal; 
		background-attachment: fixed; 
		background-repeat: no-repeat; 
		color: #000000; 
		background-color:#FFFFFF;
		line-height: normal; 
		text-decoration: none;  
		background-position: left top
}

a {
	color: #000000;
}
.main_backgnd 
     {
		background-color:#FFFFFF;
     }
.prompt {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.field {
	font-size: 12px;

}

.field_num {
	font-size: 12px;
	text-align:right;
}

.buttons {
	font-size: 12px;
}
.bestel_buttons {
	font-size: 12px;
	height:30px;
	width:100px;
	cursor:pointer;
}

td {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.toptitel {
	font-size: 12px;
}
H1 {
	font-size: 12px;
	font-weight: bold;

}
#dhtmltooltip{
         position: absolute;
         width: 100px;
         border: 1px solid black;
         padding: 2px;
         background-color: lightyellow;
         visibility: hidden;
         z-index: 00;
         /*Remove below line to remove shadow. Below line should always appear last within this CSS
         filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=120);*/
         }
.message {
	color: #FF0000;
}
.error{ background-color:#FFB3B3}

.legend {
	color: #000099;
	background-color:#FFFFFF;
	
}
.message_title_bar
{color:#000000;
 font-weight: bold;
}
.zoek_res_text
{font:bold 10px Arial, Helvetica, sans-serif;
 }
.div_borders
{
 border-width:1px; 
 border-color:#000000; 
 border-style:solid;
}