/* Remove unwanted elements */
.noprint
{
display: none;
}
#streetView {
display: none;
}
/* Ensure the content spans the full width */
#doc2, #main_header, #yui-main, #property_detail
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
body
{
	color: #000;
	background-color: #FFFFFF;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
#details_table {
	font-size: 11px;
	padding: 0;
		
}
#details_table tr {
	margin :0;
	padding: 0;
}
.left_col  {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
