


<!-- This code writes in the internal stylesheet for Mac platform only. -->

   var platform = navigator.platform.substr(0,3);
   if (platform == "Mac"){
   document.writeln("<style type=\"text/css\">")
   document.writeln(".toolbar {font: bold 10pt Verdana, Arial, Helvetica, sans-serif; color: #660000; text-decoration: none;}")
   document.writeln(".noteworthy {font: bold 12pt Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;}")
   document.writeln("</style>")

   }
<!-- end of style sheet code -->
