@media print {

    img {
        border-width: 0px;
        border-style: none;
        margin-top: 10pt;
        margin-bottom: 10pt;
    }

    body { 
       font-family: Times, serif;
        font-size: 12pt;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        background-color: white;
        color: #000000;
        text-align: center;
	    float: none;
    }

    a:link    { background: none; color: #001166; text-decoration:none; }
    a:visited { background: none; color: #001166; text-decoration:none; }
    a:active  { background: none; color: red; text-decoration:none; }
    a:hover   { background: none; color: red; text-decoration: underline; }

    #maintab {
        margin: 0px;
        padding: 0px;
        top: 0px;
        width: 0px;
        height:0px;
        overflow: hidden;
    }
	
	#subtab {
	    margin: 0px;
	    padding: 0px;
	    top: 0px;
	    width: 0px;
	    height:0px;
	    overflow: hidden;
	}
	
	#main {
	    width: 450px;
	    margin: 0px;
	    padding: 0px;
	    left:0px;
	    top:0px;
	    text-align: left;
	    position:relative;
	    overflow: visible;
	}
	
	#content {
	    width: 100%;
	    margin: 0px;
	    padding: 0px;
	    left:0px;
	    top:0px;
	    text-align: left;
	    position:relative;
	    overflow: visible;
	}
	
	#disclaimer {
	    margin: 0px;
	    padding: 0px;
	    top: 0px;
	    width: 0px;
	    height:0px;
	    overflow: hidden;
	    
	}
	
	#horizon {
	    margin: 0px;
	    padding: 0px;
	    top: 0px;
	    width: 0px;
	    height:0px;
	    overflow: hidden;
	}
	
	#center {
	    margin: 0px;
	    padding: 0px;
	    top: 0px;
	    width: 0px;
	    height:0px;
	    overflow: hidden;
	}
	
	#logo {
	    margin: 0px;
	    padding: 0px;
	    top: 0px;
	    width: 0px;
	    height:0px;
	    overflow: hidden;
	}
	
	#knoppen {
	    margin: 10px;
	    left: 0px;
	    width: 600px;
	    position: relative;
	}
	    
	#submenu {
	    margin: 0px;
	    padding: 0px;
	    top: 0px;
	    width: 0px;
	    height:0px;
	    overflow: hidden;
	}

	table.helpindex {
	    border-width: thin;
	    border-style: dotted;
	    border-color: black;
	    margin: 10px;
	    padding: 0px;  
	    float: none;
	}
		
	th.helpindex {
	    padding: 2px;
	    border-bottom-width: thin;
	    border-bottom-style: solid;
	    border-bottom-color: black;
	}
	
	td.helpindex {
	    padding: 2px;
	}
	
	#helpsubmenu {
	    margin: 0px;
	    padding: 0px;
	    top: 0px;
	    width: 0px;
	    height:0px;
	    overflow: hidden; 
	}
	
	#helpsubmenu th {
	    overflow: hidden;
	}
	
	#helpsubmenu td {
	    overflow: hidden;
	}

}
