@charset "UTF-8";
/* CSS Document */

.header {
	display: none;
}
#printheader {
        display: inline;
	font-family:"Times New Roman", Times, serif;
	}
.leftColumn{
	display: none;
}
.rightColumn {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
}
body {
	background: white;
	font-size: 14pt;
	font-family:"Times New Roman", Times, serif;
	line-height: 18pt;
}
.footer {
	display: none;
}
#printfooter {
        display: inline;
	font-size: 12pt;
	background-color:#CCCCCC;
	padding: 5px;
	}
#container {
	border: 0;
	}
#storypic {
	display: none;
	}