/* Reis Print Styles */
/* Surrounds the Reis banner and nav bar */
div#logo {
	display: none;
}
/* Surrounds the Insights text */
div#articleBody {
	width: 90%; 
	border: 0; 
	padding: 0;
}
/* Surrounds the Sales Comparables Help text */
div#helpBody {
	margin-left: .5in; 
	margin-right: .5in;
}
/* Surrounds the Reis footer */
div#footer {
	display: none;
}
/* Surrounds "Get Report" button in the Insights articles */
div#hideButton {
	display: none;
}

body {
	font: 12pt Times, serif; 
	color: black;
}
li {
	font: 12pt Times, serif; 
	color: black;
}
largerBold {
	font: 14pt Times, serif;
	font-weight: bold;
	color: black;
}
bold {
	font-weight: bold;
}
a:link, a:visited {
	color: #520; 
	background: transparent; 
	font-weight: bold; 
	text-decoration: underline;
}

/* Displays the href value after the link in brackets, i.e. [http://www.reis.com/]
	-- Only works in CSS2-compliant browsers (Firefox, not IE) */
#articleBody a:link:after, #articleBody a:visited:after, {
	content: " (" attr(href) ") "; 
	font-size: 90%;
}
