@charset "utf-8";
/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background: #FFF;
}

#header, #menu, #footer, #footer-bar {
	display: none;
}

#print-header {
	display: block;
}

#container {
	width: 738px;
	background: #FFF;
	border: none;
	margin: 15px auto 2px;
}




