/**                  
 * print.css
 *
 * Stylesheet definition for the printer output
 *
 * @version 	1.0
 * @author	A.J. de Vries	
 * @package	www.westeneng-makelaardij.nl 
 * 
 * Copyright (c) 2005 Malibomba                               
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF THIS SITE,  
 * WITHOUT THE PERMISION OF THE AUTHOR.                       
 * Info? Mail to info@malibomba.com                             
 */
/*<![CDATA[*/ 
html, body {
	margin:0px;
	border:0px;
	width:100%;
	height:100%;
	background:#ffffff;
}

body, th, td, p, div, span {
	color: #000;
	font-size: 10px;
	font-family: Verdana;
}

h5 {
	font-size: 12px;
	margin-bottom:20px;
}

ul, li {
	display:none;
}	

img.imgborder {
	border:1px solid #000;
}

/*]]>*/