/* print styles */

body {
	background: white;
	font-size: 12pt;
	line-height: 18pt;
	text-align: left;
}
#header ul,
#header form,
#header p,
p#links,
#footer,
hr {
	display: none;
}
#content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
div.row-main {
	padding-top: 1em;
	border-top: 1px solid #930;
}.row-side, .row-side, .col-1, .col-2, .col-3, .col-4 {	float: none;	clear: both;
	width: auto;
}
h1,h2,h3,h4,h5 {
	clear: both;
	text-indent: 0;
	width: auto;
}
.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
	content: "  (" attr(href) ")";
	font-size: 90%;
}