/* Tuksi Print - Stylesheet */
/* RPE 06.05.2008 */

@media print {

	/* make all fonts black on print outs */

	
	.TEMPNAVIGATION,
	.mainHeader ul,
	.mainMenu,
	.searchLeft,
	.printPage,
	.mainColumnRight,
	form *,
	.mPageNavigation,
	.mainCredit {
	  display: none;
	}
	
	body {line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#000;background:none;font-size:10pt;}
  .container {background:none;}
  hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
  hr.space {background:#fff;color:#fff;}
  h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
  code {font:.9em "Courier New", Monaco, Courier, monospace;}
  img {float:left;margin:0 1.5em 1.5em 0;border:1px solid #E0E4E9;}
  a img {border:none;}
  p img.top {margin-top:0;}
  blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
  .small {font-size:.9em;}
  .large {font-size:1.1em;}
  .quiet {color:#999;}
  .hide {display:none;}
  a:link, a:visited {color:#000;background:transparent;font-weight:700;text-decoration:underline;}
  
  .breadcrumbs {
    float: right;
    margin-top: .5em;
    font-size: .9em;
  }
  
  .mainHeadline {
    clear: both;
  }
  
  .mWideImage {
    clear: both;
  }
  
  .mWideImage img {
    clear: both;
    float: none;
    margin-top: 1.5em;
  }
  
  img.right {
    float: right;
    margin: 0 0 1.5em 1.5em;
  }
  
  .mTwoImages img.right {
    float: left;
    margin: 0 1.5em 1.5em 0;
  }
  
  .mHeadlineTextImage {
    clear: both;
  }
  
  h5 {
    clear: left;
    margin: 2em 0 1em;
    font-size: 1em;
    text-transform: uppercase;
  }
  
  .mFocusBox {
    clear: both;
    padding: .5em 1em;
    margin: 2em 0 2em 5em;
    font-size: 1.1em;
    border: 1px solid #ccc;
    border-width: 1px 0;
  }
	
	
	

/* sIFR project scalable Inman Flash Replacement (sIFR) version 3.*/
.sIFR-flash {
display    : none !important;
height     : 0;
width      : 0;
position   : absolute;
overflow   : hidden;
}
.sIFR-alternate {
visibility : visible !important;
display    : block   !important;
position   : static  !important;
left       : auto    !important;
top        : auto    !important;
width      : auto    !important;
height     : auto    !important;
}




/*//End Print styles*/
}