@import url("custom.css");

#tblContent1 td {white-space:normal !important;}
#tblContent2 td {white-space:normal !important;}
#tblContent3 td {white-space:normal !important;}


/*---print--*/

@media print {

table,
td  {height: 100%;}

.tblContent1 table,
.tblContent1 td {height:auto;}

/* IE7 Only */
*:first-child+html body table,
*:first-child+html body td {height:auto;}
/* IE6 Only */
* html body table,
* html body td {height:auto;}

}







