/* print.css - Cascade Style Sheet for printing*/
/*              Alden Integration              */
/***********************************************/

/**************************************/
/*        Text layout                 */
/**************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

/**************************************/
/*        Window definitions          */
/**************************************/

.logo_ov {display: none}
.meny {display: none}

.titletext {
	position: absolute;
	top: 5mm;
	left: 50mm;
	height: auto;
	width: auto;
	overflow: hidden;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	z-index: 2;
}

.bodytext {
	position: absolute;
	top: 40mm;
	left: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	padding: 0mm;
	margin: 0mm;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 120%;
	font-style: normal;
	border-style: solid;
	border-color: #000000;
	border-width: 0mm;
	z-index: 2;
}
