/*
Icon Creative Works Print Stylesheet
Author: Tony Antunovich, Icon Creative Works
Copyright 2007 Icon Creative Works
*/


body {
	background: none;
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#navbar, #sidebar-wrap, #sidebar, hr {
	display: none;
}

a:link, a:visited {
	font-weight: bold;
	color: gray;
	text-decoration: underline;
}

/* print URLs after link text */

#content p a:link:after, #content p a:visited:after {
	content: " (" attr(href) ") ";
}

/* sIFR print elements */

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;
}