n

@media print

{

	@page

	{

		width: 21cm;

		height:29.7cm;

		margin-left: 1.27cm;

		margin-right: 1.27cm;

		margin-top: 2cm;

		margin-bottom: 2cm;

	}

	/* style sheet for print goes here */

  	.hide-from-printer

  	{  

  	display:none; 

  	}

}

/*-------------Table css-------------------------------------------------*/

table.gridtableprn {

	font-family: verdana,arial,sans-serif;

	font-size:11px;

	color:#333333;

	border-width: 1px;

	border-color: #cecece;

	border-collapse: collapse;

}

table.gridtableprn th {

	border-width: 1px;

	padding: 8px;

	font-size: 1.0em;

	height: 20px;

	border-style: solid;

	border-color: #666666;

	background-color: #ffffff;

}

table.gridtableprn td {

	border-width: 1px;

	padding: 8px;

	border-style: solid;

	font-size: 1em;

	height: 10px;

	border-color: #666666;

	background-color: #fcfcfc;

}
.gtd {

	font-size: .8em;
	background-color: #004169;