
/* ---------------------[ PRINT CSS ]------------- */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
img {
	border: none;
	float: left;
	margin: 5pt 20pt 10pt 0;
	border:#ccc solid 2pt;
	}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #000;
	font-size: 15pt;
	}

h2 {
	color: gray;
	font-size: 13pt;
	}
h3 {
	color: gray;
	font-size: 11pt;
	}
dt {
	font-weight: bold;
	font-size: 11pt;
	}
dd {
	padding-bottom: 1em;
}
#nav, #design {
	display: none !important;
	}

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

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