/* -----------------------------------------------------------------------
 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: #000000;
	background: none;
	font: 10pt/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.container {
	background: none;
}

hr {
	width: 100%;
	margin: 2em 0;
	padding: 0;
	border: none;
	background: #cccccc;
	color: #cccccc;
	height: 2px;
}

hr.space {
	background: #ffffff;
	color: #ffffff;
}

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;
}

blockquote {
	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: .9em;
}

.small {
	font-size: .9em;
}

.large {
	font-size: 1.1em;
}

.quiet {
	color: #999999;
}

.hide {
	display: none;
}

a:link,
a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
}

a:link:after,
a:visited:after {
	font-size: 90%;
	content: " (" attr(href) ") ";
}

.inserto .adestra,
.inserto .asinistra{
	float: right;
}

.inserto img{
	width: 200px;
}

.noprint{
	display: none;
}