/* --------------------------------------------------------------

   Blueprint CSS Framework
   [bjorkoy.com/blueprint]

   * Print Styles *

   This file creates CSS styles for printing documents.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.

   Some additions you'll want to make,
   customized to your markup:

   #heder, #footer, #navigation { display:none; }

-------------------------------------------------------------- */

body {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  line-height: 1.5em;
  background: none;
  font-size: 11pt;
  color:#000;
}
img {
  margin:0.5em 0.2em 0 0;
}
p img.top {
  margin-top: 0;
}
hr {
  display:none;
}
blockquote {
  margin:1.5em 0;
  padding:1em;
  border:0.2em solid #ccc;
  font-style:italic;
  font-size:0.9em;
}
table  { border:0; }
th, td { padding:0.2em; }
th     { font-weight:bold; text-align:left; }
table.lista, table.lista th, table.lista td {
	border:1px solid #DDD;
	border-collapse:collapse;
}
table.lista {
	width:100%!important;
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
	background: transparent;
	text-decoration: none;
}

.noPrint {display: none;}
.pageBreak {page-break-before:always;}
input[type=button], input[type=submit], input[type=reset], button {display: none;}

.aba a { display: none; }
.aba a.ativa { display: inline-block; font-weight: bold; }

#container #nav {display: none;}
#barra-gov, #header {display: none;}


/* 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) ") ";
} */
