/**
 * print Style Sheet
 * (c) 2008 [j]karef GmbH Berlin
 */
.toAddress {
	position: relative;
	top: 2.4cm;
	vertical-align: bottom;	
	font-family: Times, serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.fromAddress {
	position: relative;
	top: 0cm;
	vertical-align: top;
	left: 10cm;
	font-family: Times, serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.print_subject {
	position: relative;	
	font-family: Times, serif;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.content_area {
	position: relative;
	top: 4cm;
	left: 0.5cm;
}

.print_content {
	position: relative;	
	font-family: Times, serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.print_thanks {
	position: relative;
	top: 2cm;	
	font-family: Times, serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;	
}
.print_link {
	visibility: hidden;
	display: none;
}

.addr_record {
	position: relative;		
	font-family: Times, serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}