/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  float: none;
  width: auto;
}
h1 {
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	line-height: 18pt;
	font-family: Arial, Helvetica, sans-serif;
}
/* Commonly used to style section titles. */
h2 {
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	line-height: 16pt;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	color: #000;
	font-size: 12pt;
	font-weight: normal;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}
#outerWrapper {
	float: none;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outerWrapper #header {
	float: none;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}
#outerWrapper #header h1 {
	color: #000;
	font-size: 18pt;
	font-weight: bold;
	line-height: 20pt;
	font-family: Arial, Helvetica, sans-serif;
}
#outerWrapper #contentWrapper {
	float: none;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: none;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outerWrapper #contentWrapper #leftColumn1 ul{
  display: none;
}
#outerWrapper #contentWrapper #rightColumn1 {
  display: none;
}
#outerWrapper #contentWrapper #content {
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outerWrapper #footer {
	float: none;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
