@charset "utf-8";
/* CSS Document */

@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 25mm 10mm;
}

.financials,
.suggestedbusiness,
.login-bar,
.navbar,
.website-navigation,
.btn,
#EnquiryForm,
.subscribe-banner,
a.shortlist,
a.gallery,
header,
footer {
	display:none !important;
}

html,body {
	font-family: sans-serif;
	font-size:10pt;
}

h1, h2, h3, h4, h5, h6, p {
	font-weight:300;
}

h1, h2, h3 {
	font-weight:400;
	font-size:12pt;
}

p {
	font-size:10pt;
}

img {
	max-width:25%;
}