/*Print CSS for article pages */
/* =Structure
----------------------------------------------- */
body {
  margin:0;
  padding:0;
  font:small Verdana,Sans-serif;
  }
/* Things To =Hide
----------------------------------------------- */
#article-smartborrower .header-smartborrower, #article-smartborrower .module-breadcrumbsearch-smartborrower, #article-smartborrower .rssfeed, #article-smartborrower #block_1, #article-smartborrower .starrating, #article-smartborrower .calltoaction, #article-smartborrower .related, #article-smartborrower #block_3, #article-smartborrower .footer-smartborrower{
  display:none;
  }
/* Things To =Show
----------------------------------------------- */
/* =Headings
----------------------------------------------- */
h1, h2, h3 {
  margin:1em 0 .5em;
  font-family: arial,sans-Serif;
  color: #000;
  }
h1 {
  margin-top:.5em;
  font-size:180%;
  }
h2 {
  font-size:140%;
  }
h3 {
  font-size:125%;
  }
/* =Links
----------------------------------------------- */
a {
  color:black;
  text-decoration:none;
  }
a img {
  border-width:0;
  }
/* =Misc
----------------------------------------------- */
#article-smartborrower .header-article-smartborrower{
	background: #fff;
}
p {
  margin:0 0 .75em;
  line-height:1.3em;
  }
p, dl, ul, table {
  font-size:85%;
  line-height:1.6em;
  }
p {
  line-height:1.8em;
  }
ul {
  margin-top:0;
  margin-bottom:.75em;
  }
#block_2 {
	float:none;
	width:80%;
}
