/* 
Title:     Print CSS
Author:    monkeygum.com
Updated:   30 July 2006
*/

/* ---------------------[ PRINT CSS ]------------- */
body {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: gray;
	font-weight: normal;
	font-size: 15pt;
	}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: gray;
	font-weight: normal;
	font-size: 13pt;
	}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: gray;
	font-weight: normal;
	font-size: 11pt;
	}
#imgShow {
	float: right;
	margin: 0 0 1cm 2cm;
	}
#copyright {
	clear: right;
	}
#nav, #navSub, #design, #designSub, hr {
	display: none !important;
	}

	
a:link, a:visited {
	text-decoration: none;
	color: #000;
	}

/* print URLs after link text */
#copyright a:link:after, #copyright a:visited:after, #copyrightSub a:link:after, #copyrightSub a:visited:after {
	content: " (" attr(href) ") ";
	}
