/* Imagofilm From Somewhere to Nowhere Print Style */

/* main */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.7em;
}

a img {
	border: none;
}

/* header */

#logo {
	display: none;
}

#header {
	text-align: center;
}

#printlogo {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

#header a:link, #header a:active, #header a:visited {
	color: #000000;
	text-decoration: none;
}

#lang {
	display: none;
}

.menu{
	display: none;
}

/* page */

#page{
	text-align: justify;
	font-size: 1.3em;
	
}

.title{
	color: #9C1C19;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	padding: 1em;
	padding-top: 3em;
}

.undertitle{
	color: #9C1C19;
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}

.dida {
	font-size: 0.80em;
}

#page a:link, #page a:active, #page a:visited {
	color: #6699FF;
	text-decoration: none;
}

.dx {
	width: 50%;
	text-align: left;
	vertical-align: top;
}

.sx {
	text-align: right;
	vertical-align: top;
}

/* footer */

#footer{
	margin-top: 2em;
	padding: 3em;
	font-size: 0.9em;
	text-align: center;
}

td {
vertical-align: top;
	}

#right{
margin-top: 3em;
text-align: justify;
}