/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 14pt;
}
.shadows{
  background: none;
}
.container {
  background: none;
}

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;visibility:visible; clear:both}
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

.pageBreakHere{
	page-break-before: always;
}

img { margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
}

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: #000000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}


a.glossary{
	text-decoration:none;
	color:#000000;
}
a.glossary span{
	display:none;
}

.resultsBox {
	padding:8px;
    border:1px solid #000000;
    text-align: left;
	clear:both;
}


.subscribeLinks {
	display:none;
}

.shortColumn {
	display:none;
}

.pullQuoteLeft {
	display:none;
}

.SubPointDivider {
	display:none;
}

.newsletterHeader{
clear:both;
}

.inlinePhotoLeft {
	float:left;
	padding:12px;
}

.inlinePhotoRight {
	float:right;
	padding:12px;
}

.inlinePhotoRightSmall {
	float:right;
	padding-left:12px;
	padding-right:12px;
	padding-top:0px;
}


#printHeader {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
	color:#000;
	font-weight:bold;
	font-size: 9pt;
	display:block;
	z-index:1;
	position:relative;
	left:580px;
	top:-100px;
}
#printFooter {
display:block;
}

.noPrint {
	display:none;
}

.printOnly {
	display:block;
}

.tooltip {
	display:none;
}