
html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: "Times New Roman", Times, serif;
  	 }

a, a:link, a:hover, a:active {
	color: Blue;
}

table {
	width: 100%;
}
	 
.hr {
	display: none;
}

#rightcol {
	width: 100%;
}
	 
#header, #leftcol, #menu, .noprint {
	display: none;
}

#footer {
	padding: 1em 0 0 0;
}