/* ----------------------------------------------- 
                  P R I N T  
----------------------------------------------- */

body {
  text-align:left;
  font-family : Arial, Helvetica, Verdana, sans-serif;
  font-size : 9px; 
  line-height: 1.4;
  letter-spacing: 0em;
  word-spacing: -0.01em;
  color: #333333;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, Serif;
  margin: 1.1em 0 .25em 0;
  font-weight: normal;
}
img {
  border: 0;
}
ul {
  margin-left: 0;
  padding-left: 0;  
}

/* ________________________________________ */

/* =HIDE IT!
remove anything that has no relevance to printed article  */

#menu,
#skiplinks,
#secondary,
#tertiary,
#small-print,
.imageElement,
.see-also {
  position:absolute;
  left:0px;
  top:-500px;
  width:1px;
  height:1px;
  overflow:hidden;
}

/* ________________________________________ */

/* =SiFR */


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.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;
}