﻿/* Import sIFR print styles
----------------------------------------------- */

/* @import url('sIFR-print.css'); */



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

body
{
	background: white;
	font-size: 12pt;
}

div.left_content, div#footer, ul, li
{
	background: white none;
}

div#site_navigation, p.back_to_top, div#language_select
{
	display: none;
}

div#content, div#content 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;
}