@CHARSET "ISO-8859-1";

/******************/
/* General styles */
/******************/

body {
	font-family: times,serif;
}

/********************/
/* Paragraph styles */
/********************/

p.new_search {
	display: none;
}
table+p.subtype_header {
	page-break-before: always;
}

/****************/
/* Table styles */
/****************/

thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tr.header,tr.row0,tr.row1 {
	page-break-inside: avoid;
}
a.list {
	display: none;
}
