// JavaScript Document


if ( navigator.userAgent.indexOf("MSIE") != -1 || 
       navigator.userAgent.indexOf("Netscape6") != -1 || 
       navigator.userAgent.indexOf("OmniWeb") != -1 || 
	   navigator.userAgent.indexOf("Macintosh") != -1)
    {
      // Microsoft Internet Explorer, Mac, Netscape 6 and OmniWeb all render
      // correctly, regarless of platform.
      var fnt11 = "11px";
      var fnt12 = "12px";
	  var fnt14 = "14px";
	  var fnt15 = "15px";
	  var fnt16 = "16px";
	  var fnt17 = "17px";
	  var fnt18 = "18px";
	  }
  else
    {
      if ( navigator.userAgent.indexOf("PowerPC") != -1 || 
           navigator.userAgent.indexOf("Linux") != -1)
        {
          // Linux
      var fnt11 = "9px";
      var fnt12 = "10px";
	  var fnt14 = "12px";
	  var fnt15 = "13px";
	  var fnt16 = "14px";
	  var fnt17 = "15px";
	  var fnt18 = "16px";
	   }
       else
        {
          // Unknown - assume defaults.
      var fnt11 = "11px";
      var fnt12 = "12px";
	  var fnt14 = "14px";
	  var fnt15 = "15px";
	  var fnt16 = "16px";
	  var fnt17 = "17px";
	  var fnt18 = "18px";
       }
    }

  document.write("<style>\n");
  document.write("p { font-size: " + fnt11 + "; line-height: " + fnt14 +";}\n");
  document.write("h1 { font-size: " + fnt18 + ";}\n");
  document.write("h2 { font-size: " + fnt14 + ";}\n");
  document.write("h3 { font-size: " + fnt12 + ";}\n");
  document.write("h4 { font-size: " + fnt15 + ";}\n");
  document.write("h5 { font-size: " + fnt11 + ";}\n");
  document.write("h6 { font-size: " + fnt12 + ";}\n");
  document.write(".mainContent tr.gradBg { font-size: " + fnt14 + ";}\n");
  document.write(".mainContent table { font-size: " + fnt12 + ";}\n");
  document.write(".mainContent .toolTable table.gradBgContact { font-size: " + fnt14 + "; line-height: " + fnt17 +";}\n");
 document.write(".mainContent table.innerTable td { font-size: " + fnt14 + ";}\n");
 document.write("a, a:link { font-size: " + fnt11 + ";}\n");
 document.write("a:visited { font-size: " + fnt11 + ";}\n");
 document.write("a:hover { font-size: " + fnt11 + ";}\n");
 document.write("a:active { font-size: " + fnt11 + ";}\n");
 document.write("#outerWrapper #header { font-size: " + fnt18 + "; line-height: " + fnt15 +";}\n");
  document.write(".mainContent .leftCol .quoteList, .mainContent .rightCol .quoteList { font-size: " + fnt11 + ";}\n");
    document.write("#leftColumn1 p { font-size: " + fnt11 + ";}\n");
	document.write(".mainContent .rightColBtmHome ul { font-size: " + fnt12 + ";}\n");
    document.write(".mainContent .leftCol .normalList { font-size: " + fnt11 + "; line-height: " + fnt16 +";}\n");
	document.write(".toolPar ul.fileList { font-size: " + fnt11 + "; line-height: " + fnt16 +";}\n");
	document.write(".mainContent .rightCol .reqList, .mainContent .leftCol .reqList { font-size: " + fnt11 + ";}\n");
  document.write("</style>\n");