/* Print style sheet */
body {
	background: white;
	color: black;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 80%;
}

/* Stuff which hides on printing */
.screen, .clear, #care p, #services p, #propety p, p#mainnav, p#puffcap, #supnav p, #subnav, #action {
	display: none;
}

#care p#logo, #services p#logo, #propety p#logo, #supnav p#logo {
	display: block;
}

h1 {
	font-size: 150%;
	margin:0;
}

p {
	margin: 0 0 1em 0;
}

#crumb a, #crumb em {
	text-decoration: none;
	font-style: normal;
}

#disclaimer, #crumb {
	font-size: 90%;
	color: #666;
}

iframe {
	width: 100%;
	border: none;
}

/* General rules */
a {color: black;}
a img { border: none;}