@charset "utf-8";
/* CSS Document */

#print {
	display:none;
}
@media print {
body {
	background-color:#ffffff;
	font-size:1px;
	color:#ffffff;
}
a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, br, button, caption, center, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, hr, i, iframe, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp, select, small, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, tt, u, ul, var {
	display:none;
}
#print p {
	display:block;
}
#print p a {
	display:inline;
}
#print {
	left:0;
	top:0;
	padding:0;
	margin:0;
	height:220mm;
	width:170mm;
	font-size:12pt;
	font-family:sans-serif;
	line-height:16pt;
	color:#000000;
	background-color:#ffffff;
	display:block !important;
	text-align:center;
}
#print img {
	width:100mm;
	height:105mm;
	margin:auto;
	display:block;
}
}
