<!-- Script Begin

  notIE = (navigator.appName != "Microsoft Internet Explorer") ||(navigator.userAgent.indexOf("Firefox") != -1);

if (notIE)
{
  document.write('<style type="text/css"><!--');
  document.write('table.outline {border: 4px ridge #ff9700;}');
  document.write('div.logoboxleft {border: 3px ridge #ff9700;}');
  document.write('div.logoboxright {border: 3px ridge #ff9700;}');
  document.write('table.menu {border: 3px ridge #ff9700;}');
  document.write('td.menuitem {border-bottom: 2px ridge #ff9700;}');
  document.write('table.submenu {border: 3px ridge #ff9700;}');
  document.write('td.submenuitem {border-bottom: 2px ridge #ff9700;}');
  document.write('div.maincolumn {border: 4px ridge #ff9700;}');
  document.write('/* End of style section */--></style>');
}  

//  Script End -->