/****************************************************************
   PRINT STYLE SHEET
   By:Steven Waller
   Created: March 4, 2009
*****************************************************************/

body {
	position: static;
	text-align: left;
	text-indent: 0;
	background: White;
	color: Black;
	border-color: Black;
	width: auto;
	height: auto;
	display: block;
	float: none;
	min-height: 0;
	margin: 0;
	padding: 0;
	font-size: 10pt !important;
}
a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #2E94CD;
}
a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}
