body 
{ 
        font-family: Arial;
	color: #333333; 
	font-size: 9pt;
        scrollbar-base-color: black; 
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: yellow; 
	scrollbar-3dlight-color: yellow;
	scrollbar-darkshadow-color: yellow; 
	scrollbar-track-color: black;
	scrollbar-arrow-color: yellow;	 	
}

table, tr, td 
{ 
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
}
th 
{ 
	font-family: Arial;
	font-size: 9pt;  
	font-weight: bold;
	color: #333333;
}

b, strong
{ 
	font-family: Arial;
	color: #000000;
	font-size: 9pt; 
	font-weight: bold;
}

a 
{ 
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
        text-decoration: none;	
}

A:hover 
{        
	color: gray;
        background-color: black;
	font-family: Arial; 
	font-size: 9pt;
	font-weight: bold;
        text-decoration: none;
}

.cursor 
{  
	cursor: hand;
        color: gray;
        background-color: black;
} 

.cursorout 
{  
	cursor: hand;
        color: #000000;
} 

.info
{
	font-family: Arial;

	color: red;
	font: bold;
}

.error
{
	font-family: Arial;
	color: red;
	font: bold;
	background-color: yellow;
}


input, textarea, select
{ 
	font-family: Arial; 
	font-size: 9pt; 
	color: #333333;
        background-color: #FFFFC8;
        border-width: 1px;
        border-color: #000000;
}

.bgform
{
        background-color: #FF9900;
}

.bgformout
{
        background-color: #FFFFC8;
}

ul
{
 list-style-image: url(graphics/driehoekjeklein.gif)
}

