body {
	background-color: #E5DFCF;
}
img {
	padding: 5px;
	border: 1px solid #A09683;
}
#print_text {
	float: left;
	width: 200px;
	padding: 0px;
	height: 340px;
	overflow: auto;
	margin: 0px 0px 0px 20px;
}
#print_image {
	float: left;
}
#print_text p {
	color: #62594A;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 20px 10px 0px;
	text-align: justify;
}
#print_text h1 {
	color: #CF3942;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#print_text a {
	color: #CF3942;
	text-decoration: none;
	font-weight: bold;
}
#print_text a:hover {
	color: #62594A;
	text-decoration: none;
	font-weight: bolder;
}

