/* Print CSS */

  a,
  a:visited {
    text-decoration: none; }

  a[href]:after {
    font-style: italic;
    color: grey;
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
  * Don't show links for images, or javascript/internal links
  */
  #logo a:after, .ir a:after,
  a[href^="mailto:"]:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

#logo {
	margin-bottom: 15px;
}

#logo a {
  color: #000;
  font-weight: bold;
  font-size: 250%;
  }

.noPrint, #seo-links, #NewsPostDetailReturnLink, #Form {display: none}

br:before{content:" ";}
br {display: none}

#header {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid black;
}

#footer {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid black;
	font-size: 75%;
}

#footer img{
	display: none;
}

blockquote {
padding: 10px;
}

.org { font-weight: bold}
/* Stylesheet: Print Modified On 2015-06-08 20:26:32 */
