body{
	margin: 0px;
	width: 20cm;
	text-align: center;
}

*{
font-family: arial, helvetica;
}

.no_print{
	display: none;
}

table.standard {
	width: 18cm;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
border-collapse: collapse
}

table.standard th{
	background-color: #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	font-size: 9pt;
	padding: 3mm;
}

table.standard td{
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	font-size: 12pt;
	padding: 3mm;
}

