/* -------------------------------------------------------------- 
  
   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;
}
.date { text-align:right;}
.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-right: 15px; }
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 {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}


#menu {
   display: none;
   }

#logo {
	display: block;
}


/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

.print-desc { width:300px;}

.span-19 { 
    width: 680px;
}
.column {
  float: left;
  margin-right: 10px;
}

.width-650 {
	width: 650px;
}
.print-11 { 
    font-size: 11px;
}

.border-bottom-black { 
    border-bottom: 4px solid #000000;
    padding-bottom: 25px;
    margin-bottom: 25px;
	height:160px;
	width:680px;
}
p{margin-bottom: 5px;}
p.last      { margin-bottom: 0; }

.heading-2 { font-size: 16px; color: #000000; line-height: 1; margin-top: 20px; font-weight:bold; }

.span-13{ width:650px; }
.padding-top3 { padding-top:3px;
}
.border-bottom2 { margin-bottom:5px; padding-bottom:5px;}
