body { background-color: #ffffff; margin: 0px; padding: 0px; scrollbar-face-color: #ac8a44; scrollbar-shadow-color: #000000 }

body, p, td, ul { color: #000000; font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif; font-size: 15px }

a:link { color: #0000ff; text-decoration: underline }
a:hover { color: #ff0000; text-decoration: none }
a:visited { color: #0000ff; text-decoration: underline }
a:visited:hover { color: #ff0000; text-decoration: none }

hr.red { color: #ff0000; background-color: #ff0000; height: 1px; border: 0 }
hr.black { color: #000000; background-color: #000000; height: 1px; border: 0 }

ul.redoval { list-style-image : url(901bovlb_tn.gif) }

/**
 * Sets style attributes for popup menus. 
 * Note the 'width' property, which is required for Opera
 * compatibility. This value must jive with the menuItemWidth
 * JavaScript value above. The menu width should be two
 * pixels larger than the menu item width to allow for the
 * 1-pixel border on either side.
 */
.menu {
  position: absolute;
  top: 133px;
  width: 136px;
  visibility: hidden;
  background-color: #000000;
}

/**
 * Sets style attributes for popup menu items. 
 * Note the 'width' and 'height' properties, which are
 * required for Opera compatibility. These values must
 * match the menuItemWidth and menuItemHeight JavaScript
 * values above.
 */
.menuitem {
  position: absolute;
  left: 1px; width: 134px; height: 19px;
  background-color: #a8a8a8;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

/**
 * Sets style attributes for highlighted popup menu items. 
 * Note the 'width' and 'height' properties, which are
 * required for Opera compatibility. These values must
 * match the menuItemWidth and menuItemHeight JavaScript
 * values above.
 */
.menuitemon {
  position: absolute;
  left: 1px; width: 134px; height: 19px;
  visibility: hidden;
  background-color: #000000;
  color: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

/**
 * Hides the links that are used in hilighted menu
 * items to make the menu item text clickable in NSN4
 */
.menuitemon a { text-decoration: none; color: #FFFFFF; }
.menuitemon a:hover { text-decoration: none; color: #FFFFFF; }
.menuitemon a:visited { text-decoration: none; color: #FFFFFF; }
.menuitemon a:visited:hover { text-decoration: none; color: #FFFFFF; }

/**
 * Sets the horizontal position and height of each menu. 
 * The height values are calculated and set automatically
 * for NSN4 by the JavaScript code above, which does not
 * support this, but all other browsers rely on these
 * values. Make sure they jive with the JavaScript
 * menuItemHeight variable according to the following
 * relationship:
 *   Menu Height = (menuItemHeight+1)*numMenuItems)+1
 */
#menu1 { left:98px; height: 81px; }