/*
-----------------------------------------------
Mapper Style Sheet
website: www.mapper.nl
version: 2007.01
----------------------------------------------- */
/* Print rules
----------------------------------------------- */
#navigation, #sub-navigation, #search, .skip, .hide, #flash, .sIFR-replaced, .sIFR-flash, #footer, img.float-right, button {
	display: none;
}
.home #sub-navigation, .sIFR-hasFlash h2 {
	display: block;
}
body {
	line-height: 1.2em;
	word-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
a {
	color: #000;
	text-decoration: underline;
}
#main a:after { /* Does not work in IE */
	content: " ( "attr(href)" )";
}
/* No decoration in IE, we don't knoe where it's linking to anyway */
* html a { text-decoration: none; }
*:first-child+html a { text-decoration: none; }
img, a img {
	border: none;
}