body {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  background-color: white;
  color: black;
}

.topmenu, .leftmenu, .banner, .noprint {
	display: none;
}

.comboboxtitle{
	display: none;
}

td.contents1 {
	border: 0px solid;
	background: none;
	background-color: white;
}

td.contents2 {
	background: none;
	background-color: white;
}

hr {
	border: 0.2px solid;
	border-color: rgb(40,40,40);
	color: rgb(40,40,40);
	margin: 0px;
	padding: 0px;
}

hr.phytoseparator {
	border: 1px solid;
	border-color: white;
	color: white;
	margin: 0px;
	padding: 0px;
}

.phytolegend {
	font-size: 10pt;
	font-weight: bold;
}

.phytolevel {
	font-size: 12pt;
	font-weight: bold;
}

.phytoname1 {
	font-size: 10pt;
	font-weight: bold;
	background-color: white;
}

.phytocell1 {
	font-size: 10pt;
	font-weight: normal;
	background-color: white;
}

.phytoname2 {
	font-size: 10pt;
	font-weight: bold;
	background-color: rgb(230,230,230);
}

.phytocell2 {
	font-size: 10pt;
	font-weight: normal;
	background-color: rgb(230,230,230);
}

.phytopagebreak {
	page-break-before: always;
}

