<style type="text/css">
	body {
		margin: 0px;
		padding: 0px;
		color: #121212;
		background-color: #FFFFFF;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Console", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
		font-size: 13px;
		font-weight: normal;
	}
	
	img {
		border: 0px;
	}
	
	a {
		color: #419307;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;

	}
	.header {
		display:none;
	}
	.navHint {
		display:none;
	}
	
	.navBar {
		display:none;
	}

	.navBarAdmin {
		display:none;
	}
	
	.navItemAdmin {
		display:none;
	}
	.navItem {
		display:none;
	}
	
	.sideBoxes {
		display:none;
	}
	
	.printHeader {
		display: inline;
	}

	.article {
		margin: 20px;
		margin-top: 50px;
		clear: none;
		
	}
	
	.articleTitle {
		text-align: center;
		font-size: 22pt;
		font-weight: 400;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Console", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	}
	.articleAuthor {
		margin-top: 15px;
		text-align: center;
		font-size: 16pt;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Console", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	}
	.articleText {
		margin-top: 25px;
		text-align: justify;
		font-family: "Times New Roman", Times, Georgia, Sans;
		font-size: 12pt;
	}
	
	
	.imgFloatLeft {
		 float: left;
		 margin: 5px;
		 text-align: center;
	}
	.imgFloatRight {
		 float: right;
		 margin: 5px;
		 text-align: center;
	}

	.footer {
		bottom: 5px;
		margin-top: 10px;
		font-size: 12px;
		font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Console", Verdana, Helvetica, Arial, sans-serif;
		text-align: center;
	}
</style>