/* -------------------------------------------------------------- 
  
   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: 10pt;
}
.container {
  background: none;
}

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: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;
  margin:2em 0;
  padding:0;
  border:none;
}

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: #999;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

a:link:after, a:visited:after {
  /*content: " (" attr(href) ") ";*/
  font-size: 90%;
}


img {
	margin:1.5em 1.5em 1.5em 0;
	clear: both;
	
}
/* hide from printer*/
#header{display:none;}
#nav_main{display:none;}
#nav_secondary{display:none;}
.print_hide{display:none; }
.print_only {display:block;}
.flash {display:none;}
h1#logo {display:none;}
#page_footer {display:none;}
#nav_footer {display:none;}
.page_break span {display:none;}
#section_nav {display:none;}
.xls_download {display:none;}
/**/
h1.large {
	font-size:2.95em;
	font-weight:normal;
}

h1.medium {
	font-size:2.32em;
	font-weight:normal;
}

h1.small {
	font-size:1.58em;
	font-weight:normal;
}

h2.quote_red {
	float:left;
	font-size:1.37em;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:20px;
}

.page_wrap p, h1, h2, h3, h4 {
	clear: both;
	width: 100%;
}


