/* -------------------------------------------------------------- 
  
   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: 12px;
}
.container {
  background: none;
}


a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}

a:link:after, a:visited:after {
  /*content: " (" attr(href) ") ";*/
  font-size: 90%;
}


table img { display:none}
table { margin: 0px 20px 0px 25px}
table th { background: #c1dad7 url('../img/bg-table-head.png') repeat-x left top}
table td, table th { border: 1px solid  #c1dad7; text-align: left; padding-left: 8px}
table th, table .h-r{color: #212d4b; text-transform: uppercase; font-size: 8px}
table .h-r { font-family: 'Trebuchet MS'; font-size: 10pxem }
table td {color:#4f6b72}
table .alt {background-color: #f5fbfb}
table img {float:left; padding-right: 10px}
table td a {text-decoration: none; color:#4f6b72}
table td { text-align: left}

#left-bar-wrap, #header,#mainmap,.pg, .nw , #footer,.gs h2,.box,.lnka, .print-none {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) ") ";
} */
