/* Other Davos Print Style */

/* General */

.screen{
display: none;
}

body {
	margin: 0;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}

.head {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

a img {
	border: none;
}

#top {
	display: none;
}

#bottom {
	display: none;
}


/* Page */

#page {
	font-size: 1em;
}

a:link, a:active, a:visited {
	color: #000000;
}

.title {
	color: #DF370D;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

.subtitle {
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}

.mini {
	text-align: justify;
	font-size: 0.8em;
}
.spacer {
	height: 1em;
}