/**
 * Stylesheet for Jeka
 *
 * @media	print
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Johan Ronsse <johan@netlash.com>
 */

/* the following declaration resets every background to white, every text color to black and removes all borders */
* {
	background-color: white !important;
	background-image: none !important;
	color: #000 !important;
}

html, body, form, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

#navigation, #subnavigation, #sidebar, #footer, #header img {
	display: none;
}

#header h1 {
	margin: 0;
	padding:0;
}

#header p {
	font-size: 14px;
	font-style: italic;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #808080;
	margin: 0 0 15px 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000 !important;  
	background: #FFF;
	border: none;
}

p {
	padding: 0 0 20px 0;
}

ul, ol {
	padding: 0 0 20px 30px;
}

h1 {
	font-size: 20pt;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 16pt;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 14pt;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 12pt;
	padding: 0 0 6px 0;
}

#faq dt {
	font-weight: bold;
}

#news h4 {
	padding: 0;
}

#news span.date {
	display: block;
	padding: 0 0 8px 0;
}

h5 {
	font-size: 11pt;
	font-weight: bold;
	padding: 0 0 4px 0;
}

h6 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0 04px 0;
}

blockquote {
	padding-left: 2.5cm;
	font-style: italic;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}