@charset "iso-8859-1";
/* Print stylesheet */
/* mercilessly adapted from that from www.alistapart.com */

body {
	background : #ffffff ;
	color : #000000 ;
	font-size: 14pt;
	font-family : 'times new roman', times, serif ;
	margin : 0px ;
	padding : 0px ;
}
h1,h2,h3,h4,h5,h6 {
	color : #000000 ;
	background : #ffffff ;
}

#pagenavigation,ul#mainnav,#pagerightnavigation {
	display: none;
}
div#pagewrapper { padding : 0px ; }
div#pagecontent {
	width : 100% ;
	margin : 0px ;
	padding : 0px ;
	border : none ;
	float : none !important;
	color: black ;
	background: #ffffff ;
}

a:link, a:visited {
	color: #552200;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#pagecontent a:link:after, #pagecontent a:visited:after {
   content: " (" attr(href) ") ";
   font-style : italic ;
}



p#backtotop { 
	visibility : hidden ;
}
p#pagefooter {
	background : #ffffff ;
	color : #000000 ;
	text-align : left ;
	margin : 0px 0px 0px 15px ;
	padding : 0px ;
	font-size: 12pt;
	font-family : 'times new roman', times, serif ;
}
span#pageurl {
	visibility : visible ;
}
