body {
margin: 0;
color: black;
background-color: #fcfff0; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
font-style: normal;
font-weight: normal;
/* line-height: 1.1em; */
}

table.bgColor {background-color: #e4f0d0;}

p, li {line-height: 1.1em;}

td.cell {font-size: 10pt}

form {margin: 0}

li {margin-left: -20px;}
li.rb_list_element {margin-left: -20px;}

.t0 {margin-top: 0;}
.b0 {margin-bottom: 0;}
.tb0 {margin-top: 0; margin-bottom: 0;}
.tb0lr10 { margin: 0 10; }

table.header {
background-image: url('../images/Barley-10-660x105.jpg');
background-repeat: no-repeat
}

table.body {
margin: 10px;
}

.search {font-size: 10pt; font-weight: bold;}

.nowrap {white-space: nowrap;}

.framed {
margin: 2px;
padding: 2px;
color: green;
font-size: 8pt;
white-space: nowrap;
}

a:link.link, a:visited.link, a:active.link {
  color: green;
  font-size: 8pt;
  text-decoration: underline;
}
a:hover.link {
  color: red;
  font-size: 8pt;
  text-decoration: underline overline;
}

a:link.menu, a:visited.menu, a:active.menu {
  color: orange;
  text-decoration: none;
}
a:hover.menu {
  color: red;
  text-decoration: none;
}

a:link.menuSel, a:visited.menuSel, a:active.menuSel {
  color: #009900;
  text-decoration: none
}
a:hover.menuSel {
  color: red;
  text-decoration: none;
}

a:link.subMenu, a:visited.subMenu, a:active.subMenu {
  color: orange;
  text-decoration: none;
}
a:hover.subMenu {
  color: red;
  text-decoration: none;
}

a:link.subMenuSel, a:visited.subMenuSel, a:active.subMenuSel {
  color: #009900;
  text-decoration: none;
}
a:hover.subMenuSel {
  color: red;
  text-decoration: none;
}

a:link.subSubMenu, a:visited.subSubMenu, a:active.subSubMenu {
  color: orange;
  text-decoration: none;
}
a:hover.subSubMenu {
  color: red;
  text-decoration: none;
}

a:link.subSubMenuSel, a:visited.subSubMenuSel, a:active.subSubMenuSel {
  color: #009900;
  text-decoration: none;
}
a:hover.subSubMenuSel {
  color: red;
  text-decoration: none;
}

.empty { /* same font as .*menu* classes */
font-size: 10pt;
font-weight: bold;
}

.menu {
color: #000000;
font-size: 10pt;
font-weight: bold;
white-space: nowrap;
background-color: #e0d4b8;
}
.menuSel {
color: #009900;
font-size: 10pt;
font-weight: bold;
white-space: nowrap;
}

.subMenu {
color: #006600;
font-size: 10pt;
font-weight: bold;
white-space: nowrap;
background-color: #fcfff0;
}
.subMenuSel {
color: #009900;
font-size: 10pt;
font-weight: bold;
white-space: nowrap
}

.subSubMenu {
color: #006600;
font-size: 10pt;
font-weight: bold;
white-space: nowrap;
background-color: white; /* tried also #d0ffe0 */
}
.subSubMenuSel {
color: #009900;
font-size: 10pt;
font-weight: bold;
white-space: nowrap;
}