/* CSS Document */
html,body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
}
#bg {
	background-image: none;
}
#bg-tile {
	background-image: none;
}
#gradient {
	background-image: none;
}
a:link, a:hover, a:visited {
	font-size: 10pt;
	text-decoration: none;
}
.bodygreyHeading {
	font-size: 11pt;
	color: black;
	font-weight: bold;
}
.redheader {
	font-size: 11pt;
	font-weight: bold;
	color: #993300;
}
#header {
	display: none;
}
#headerprint {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	height: 153px;
	display: inline;
}
#footer {
	display: none;
}
#body {
	width: 90%;
}
#sidenav {
	display: none;
}
#sidenavbody {
	float: left;
	width: 100%;
}
.table1 {
	width:100%;
}