/* CSS Document */


body {
	background: white;
	font-size: 12pt;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
font-family: Georgia, sans serif;
font-size: small;
}

.button {
	display: none;
	width:0;
	}
	
	.button li a {
	width: 0;
	}
	
.pagetext,  {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black; 


	}
	
	#header {
	display: none;
	}
	
	navigation {
	width: 0;
	}
	#pagecontent {
	text-align: left;
	width: 100%;
	}
