/* 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;
}
#header, #subnav, #topmenu, #banner, #breadcrumbs, object, noscript, .floatleft, img, #footer, .col2 {
	height: 1px;
	display: none;
}
.Accordion {
  overflow: visible !important;
}

.AccordionPanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}

.CollapsiblePanel {
  overflow: visible !important;
}

.CollapsiblePanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}


