/*
-----------------------------------------------
RBS CSS: Print
----------------------------------------------- */
body{
  font-family: Arial, sans-serif;
  font-size: 12pt;
	color: #000;
	margin: 0;
	padding: 0;
}
h1 {
  font-size: 20pt;
}
h2 {
  font-size: 16pt;
}
h2.postit {display: none;}
h3, h4, h5, h6 {
  font-size: 12pt;
  font-weight: bold;
}
a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
a img {
  border: none;
}
.printOff,
.siteFunctions,
.siteSearch,
.articleCallOutBox,
.tabHeader,
.hasJs #bg1, .hasJs #bg2, .hasJs #bg3, .hasJs #bg4, .pageTitle #bg1, .pageTitle #bg2, .pageTitle #bg3, .pageTitle #bg4,
.content .heading.pageTitle ul.syndication,
.content .heading .intro .featured ol,
.contentItem a.popup img,
.sitemapAnchors,
#footer ul {
	display: none !important;
}
.breadcrumbs {
  font-size: 10pt;
	padding: 8px 0px 14px 0px;
}
.layoutRegion {
  width: 100% !important;
}
#intro,
.content .heading,
.infoBox .heading,
.content .heading.pageTitle,
.heading.pageTitle.ptSmall,
.content .heading.pageTitle.ptMed,
.content .heading.pageTitle.ptLrg,
.content .heading.pageTitle.ptXLrg {
  background-image: none !important;
  padding: 0 !important;
}


