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

	print.css
	* Gives you some sensible styles for printing pages

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

body {
	margin: 0 !important;
	padding: 0 !important;
	background: none;
	color: #000;
	line-height: 1.5;
	word-spacing: 1.1pt;
	letter-spacing: .2pt;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	}


/* =Layout / hide various parts from the site
-------------------------------------------------------------- */

.container { background: none; }
.hide,
.invisible,
a.button,
button,
#header,
#footer,
#menu      { display: none !important; }

a img      { border: 0; }


/* =Text
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6         { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

code       { font-family: "Courier New", Monaco, Courier, monospace; }

blockquote { padding: 1em; font-size: 1em; }


/* =Links
-------------------------------------------------------------- */

a:link,
a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	color: #333;
	}
a[href^="http://"]:after {
	display: block;
	content: attr(href);
	color: #000;
	font-size: 90%;
	}