/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 9pt;
  margin-left: 5%;
}
.container, #body, .box {
  background: none;
}
#body {
  width: 78%;
}
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
h1 {
  margin: 1em 0 0;
  overflow: hidden;
}
h1 img { margin: 0; }
h1 span {
  visibility: hidden;
  display: none;
}
h2 { margin : 0; }
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; }
ul, ol {
  margin: 0 .5em 1em .5em;
}
hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:1px;
  margin: 1em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}
table {
  border-collapse: collapse;
  font-size: .9em;
}
th {
  text-align: left;
}
td {
  vertical-align: top;
}
th, td {
  border: 1px solid #ddd;
  padding: .2em .5em;
}
.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
h1 a:link:after, h1 a:visited:after {
  content: "";
}

#nav, #sub, #utility {
  display: none;
}
#foot {
  clear: both;
}