document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") == -1){
  //Windows IE
  if(navigator.appName.charAt(0) == "M"){
    document.write(".FS10px{font-size:10px}")
    document.write(".FS12px{font-size:12px}")
    document.write(".FS14px{font-size:14px}")
    document.write(".FS10pc{font-size:80%; Line-Height:140%}")
    document.write(".FS12pc{font-size:90%; Line-Height:140%}")
    document.write(".FS14pc{font-size:100%; Line-Height:140%}")
    document.write(".font10{font-size:90%; Line-Height:140%}")
  }
  //Windows NN
  else{
    document.write(".FS10px{font-size:10px}")
    document.write(".FS12px{font-size:12px}")
    document.write(".FS14px{font-size:14px}")
    document.write(".FS10pc{font-size:90%; Line-Height:140%}")
    document.write(".FS12pc{font-size:100%; Line-Height:140%}")
    document.write(".FS14pc{font-size:110%; Line-Height:140%}")
    document.write(".font10{font-size:90%; Line-Height:140%}")
  }
}
document.write("--></STYLE>");  
