tr 
{
	display: none;
}

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

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

