tr 
{
	display: none;
}

tr.other
{
	display: table-row;
	/* for IE which ignores the comment and uses display:inline*/
	// display: inline;	
}

tr.letter
{
	display: table-row;
	/* for IE which ignores the comment and uses display:inline*/
	// display: inline;	
}