/*
	Stylesheet 
	Created by R J McIntosh 
	http://www.rjmit.net/

	This is the stylesheet used for printing.
	
*/

#jumptocontent { display: none; }
#menubar {display: none; }
#news {display: none; }
#date {display: none; }

div.chapter{
	position: relative;
	overflow: auto;
}

body, html {
	margin:0;
	padding:0;
	font-size : 90%;
	font-family: Arial, sans-serif;
}

body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color: #000000;
}

a img { border: 0 none; }

img.float { float: left; margin: 0px 10px 0px 0px; }
img.floatright { float: right; margin: 0px 10px 0px 10px; }

table {page-break-inside: avoid;}

#footer {
	text-align:center;
	padding-top: 15px;
	position:relative;
}

#footer a:link {
	color: #000;
	text-decoration: none;
}

span.footerlinks {display: none; }


