/**                  
 * print.css
 *
 * Definition off the used styles and classes for
 * printed output.
 *
 * @version 1.0
 * @author  A.J. de Vries	
 * @package www.vandekolk.nl 
 * 
 * Copyright (c) 2006 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[*/


.hide {
	display:none;
}
 
html, body {
	margin:0px;
	width:100%;
	height:100%;
	background: white;
	font-size: 12pt;

}

table {
	
	padding:0px;
	background: #fff;
}

th, td, p {
	color: #000;
 	font:12pt "Trebuchet MS", Tahoma, verdana, arial, helvetica, sans-serif;
 	line-height: normal;
}

p {
	margin-top: 5px;
	text-align: justify;
}

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

img.icon {
	position: relative; 
	left: 165px;
}

td.topicborder {
	border-bottom: 1px solid #000;
}

h1, h2, h3, h4 {
	margin: 0px;
	display: inline;
	font-size: 14pt;
	line-height: normal;
}

h1.topic {
	color: #000;
	padding-right: 20px;
}

h1.subtopic {
	color: #000;
	padding-left: 5px;
	padding-right: 20px;
	background: #7d8164;
}

a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a.shortcut, a.shortcut:link, a.shortcut:visited, a.shortcut:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.shortcut:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
/*]]>*/