@page {
/*
A5 Landscape
*/
	//size:100%;

/*
A4 portrait
	//size:210mm 297mm;
*/
	//margin: 0.1in;

}
body {
	background: #FFFFFF;
}
body, td, th, input, select, textarea, option, optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

table,tr,td,th{
	width: 100%;
	//table-layout: fixed;
	
	border-collapse: collapse;
}

thead th{
	border:none;
	padding-bottom:30px;
}

th{
	text-align: center;
	font-weight: bold;	
	padding:10px;
}

tr.header td, tr.header th{
	border:1px solid #000;
	text-align: center;
	font-weight: bold;
	padding:5px;
}

td{
	border:1px solid #000;
	padding:5px;
	white-space: nowrap;
}

tr.footer td{
	border:1px solid #000;
	font-weight: bold;
	padding:5px;
	text-align: left;
}

tr.footer td:first-child{
	text-align: right;
}