/*-----------------------------------------------------------------------


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
{
	line-height: 1.5;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	background: none;
	font-size: 10pt;
}
.container
{
	background: none;
}
HR
{
	background: #CCC;
	color: #CCC;
	width: 100%;
	height: 2px;
	margin: 2em 0;
	padding: 0;
	border: none;
}
HR.space
{
	background: #FFF;
	color: #FFF;
}
H1, H2, H3, H4, H5, H6
{
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
CODE
{
	font: 0.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;
}
BLOCKQUOTE
{
	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: 0.9em;
}
.small
{
	font-size: 0.9em;
}
.large
{
	font-size: 1.1em;
}
.quiet
{
	color: #999;
}
.hide
{
	display: none;
}
A:link, A:visited
{
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	margin-top: 0;
	padding-top: 0px;
}
A:link:after, A:visited:after
{
	content: " (" attr(href) ")";
	font-size: 90%;
}

