document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
// MAC IE NN
document.write(".fml{font-size:12px; line-height:14px}")

}
else{
if(navigator.appName.charAt(0) == "M"){
// WIN IE
document.write(".fml{font-size:12px; line-height:16px; letter-spacing: 1px}")

}
else{
// WIN NN
document.write(".fml{font-size:14px; line-height:16px}")

}
}

document.write("--></STYLE>");	

