body 	{
	font: 10pt Verdana;
	color: #E6BD10;
	background-color: #990099;
	}
	
body.contrast {
	color: white;
	background-color: #C0C0C0;
	}
.grijs 	{
	color: #C0C0C0;
	}

.oranje 	{
	color: #E6BD10;
	}

code {font-family: Courier;
	font-size: 10pt;
	}

hr 	{
	color : black;
	height: 1px;
	}

p 	{
	color : #ffffff;
	
	}

h1 	{
	color : #E6BD10;
	}

h2 	{
	color : #E6BD10;
	}

h3 	{
	color : #E6BD10;
	}

h4 	{
	color : #E6BD10;
	}

h5 	{
	color : #E6BD10;
	}

.output {
	color: Red;
	font-weight: bold
	}

table 	{
	font: 8pt Verdana;
	color: black;
	/*border: black 1px solid;
	border-collapse: collapse;*/
	}
th 	{
	font-weight: bold;
	color: #FFFFFF;
	background: darkmagenta;
	padding: 0.3em;
	}

td	{
	background: #990099;
	vertical-align: top;
	padding: 0.3em;
	/*border: black 1px solid;
	border-collapse: collapse;*/
	}
td.contrast	{
	background: #C0C0C0;
	font: 9pt Verdana;
	font-weight: bold;
    	color: white;
	vertical-align: top;
	padding: 0.3em;
	/*border: black 1px solid;
	border-collapse: collapse;*/
	}
td.contrastnorm	{
	background: white;
	vertical-align: top;
	padding: 0.3em;
	/*border: black 1px solid;
	border-collapse: collapse;*/
	}

a  {
	/*font: 9pt Verdana;
    font-weight: bold;*/
    color: #E6BD10;
    text-decoration: none
	}
a:visited
	{
	/*font: 9pt Verdana;*/
	/*font-weight: bold;*/
    color: #E6BD10;
    text-decoration: underline
	}
a:hover
	{
	/*font: 9pt Verdana;*/
	text-decoration: underline;
	/*font-weight: bold;*/
	color: #ffffff;
	}
	
.textbox {  
		  border: white 1px inset;
 		  background-attachment: fixed;
		  background-image: url(../images/formbg.gif);
		  font-family: Arial;
	}


.button {
      	  border-right: white 1px outset;
		  border-top: white 1px outset;
		  border-left: white 1px outset;
		  border-bottom: white 1px outset;
 		  font-family: Arial;
 		  font-weight: bolder;
 		  color: #ffffff;
 		  background-color: #bbbbbb;
	}

.teller {position:absolute; 
		top:0px;
		left:0px; 
		width:1px;
		height:1px; 
		visibility:visible;
		visibility:hidden;
		z-index:1
	} 

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

all.clsMenuItemNS, .clsMenuItemIE{text-decoration: none; 
									font: bold 12px Arial; 
									color: #E6BD10; 
									cursor: hand; 
									z-index:100
								}
#MainTable A:hover {color: #E6BD10;}