/*
<!--
Distributed by Open Realty UK Templates 
See http://www.open-realty.co.uk/ for more information.
-->
*/

.small {
	font-size:10px;
}
.medium {
	font-size:12px;
}
.large {
	font-size:14px;
}

/*printer styles for printer_friendly.html */

@media print{
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#outer{border-left:0;}
}

/*printer styles*/