/* Print Styles */
/* Based on Dave Shea's print styles for mozilla.org, http://www.mozilla.org/css/print.css */

/*html elements*/
body {
	font: 10pt Arial, Sans-serif;
}

a img {
	border: 0;
}

form {
	margin: 0;
	display: inline;
}

label, input {
	font-weight: bold;
}

p, li, dt, dd {
	font-size: 92%;
	line-height: 150%;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
}

#header #title h1 {
	position: inherit;
	width: auto;
	height: auto;
	text-indent: 0;
	background-image: none;
}

.access, #globalnav, #subnav, #top_of_page, #footernav {
	display: none;
}

#content, #home, #middlecol, .content_title, #content h2, #content h2 div {
	background-image: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	height: auto;
}

#subimage {
	border: 0;
	margin: 10px 0 0 0;
}

#maincontent a:link:after, #maincontent a:visited:after {
/*	content: " (" attr(href) ") ";*/
	font-size: 70%;
	color: #000;
}

.footnote {
	font-size: 10px;
	font-style: italic;
}

sup {
	font-size: 10px;
	text-decoration: none;
}
