@media print{
.eheader {
	display: none;
}
.container {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}

.eleft {
	margin-top: 10px;
	float:left;
	margin-left: 25px;
}

.eprints {
	margin-bottom: 20px;
}
.eright{
	width:380px;
	margin-right:15px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.printheader{
	margin-bottom: 20px;
}
.efooter {
	background-color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-bottom-style: solid;
	color: #FFF;
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.aster{
	display:none;
}
}