/* Print Stylesheet */
/* Website		http://www.zeo.nl		*/
/* Author		Berrie Schoots			*/
/* Date			03-07-08				*/
/* Notes		v1.0					*/

#header, #footer, #menu{
	display:none;
	visibility:hidden;
}

body, textarea, input, table{
	/*font-family:"Myriad Pro",Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

h1, h2, h3{
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1{
	font-size:18px;
	color:#f90;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
}

p{
	padding:0;
	margin:0 0 10px 0;
	line-height:18px;
}

	#footer p{
		padding:0;
		margin:0 0 2px 0;
		font-size:11px;
	}

span.hl{
	color:#f90;
}

hr{
}

label{
}

strong{
}

img{
	border:0;
}

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

a:hover{
	text-decoration:underline;
}