/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */ /* print.css */
body {
	color: #000;
	background-image: none;
}

.container {
	background-image: none;
}

hr {
	background-color: #ccc;
	color: #ccc;
}

hr.space {
	background-color: #fff;
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	
}

code {
	
}

img {
	
}

a img {
	
}

p img.top {
	
}

blockquote {
	
}

.small {
	
}

.large {
	
}

.quiet {
	color: #999;
}

.hide {
	
}

a:link,a:visited {
	background-color: transparent;
}

a:link :after,a:visited :after {
	
}