/* Import text styles
----------------------------------------------- */

@import url('_text.css');



/* General rules for print
----------------------------------------------- */

*
{
	float: none !important;
}

body
{
	background: white;
}

div#sisalto,
div#sisalto div
{
	background: transparent none;
	float: none !important;
	width: auto;
	color: black;
	margin: 0%;
	padding: 0px;
	border: 0px;
}

div.container
{
	margin: 0% 5%;
}

a:link, a:visited
{
	background: transparent;
	color: #520;
	font-weight: bold;
	text-decoration: underline;
}

.hide_from_print,
div#accessibility,
div#related_info,
div#main_navigation,
div.back_to_home
{
	display: none;
}



/* Enhance readability between different parts
----------------------------------------------- */

div#site_logo
{
	margin-bottom: 20px;
}

form label
{
	display: block;
}

div#footer
{
	margin-top: 20px;
}

div#footer img
{
	display: block;
}