/* Styles for print */
body {background: white; font-size: 10pt; line-height: 1.3;}
#client-nav, #utilities {display: none;}
#container, #footer, #modalbox {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
#logo {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 150%;
	padding: .2em;
	text-align: center;
	text-transform: uppercase;
}
div#content {border-bottom: 1px solid #666; margin-top: 1em; padding: 0 0 2em 0;}
#content #pagetitle {border-bottom: 1px solid #333; font-size: 120%; font-weight: bold; padding-top: 1em;}

#logo a:link, #logo a:visited {color: black; text-decoration: none;}
#content .profile a {color: #fff;}
#content .profile a.readmore {color: #333;}
a:link, a:visited {
	color: #333;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after,
.intro a:link:after, a:visited:after .intro {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content a[href^="/"]:after,
.intro a[href^="/"]:after {
	content: " (http://www.wstreetassociates.com" attr(href) ") ";
}
