document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
// MAC IE NN
document.write(".fxs{font-size:9px}")
document.write(".fs{font-size:10px}")
document.write(".fm{font-size:11px; line-height:13px}")
document.write(".fl{font-size:10px; line-height:12px}")
document.write(".f2l{font-size:14px}")
document.write(".f3l{font-size:16px}")
document.write(".fxl{font-size:20px; line-height:24px}")
document.write("A:link {color:003366}")
document.write("A:hover {color:990000}")
document.write("A:visited {color:990000}")
}
else{
if(navigator.appName.charAt(0) == "M"){
// WIN IE
document.write(".fxs{font-size:10px}")
document.write(".fs{font-size:11px}")
document.write(".fm{font-size:11px; line-height:14px}")
document.write(".fl{font-size:11px; line-height:13px}")
document.write(".f2l{font-size:15px}")
document.write(".f3l{font-size:18px}")
document.write(".fxl{font-size:22px; line-height:26px}")
document.write("A:link {color:003366}")
document.write("A:hover {color:990000}")
document.write("A:visited {color:990000}")
}
else{
// WIN NN
document.write(".fxs{font-size:10px}")
document.write(".fs{font-size:11px}")
document.write(".fm{font-size:11px; line-height:14px}")
document.write(".fl{font-size:11px; line-height:13px}")
document.write(".f2l{font-size:15px}")
document.write(".f3l{font-size:19px}")
document.write(".fxl{font-size:23px; line-height:26px}")
document.write("A:link {color:003366}")
document.write("A:hover {color:990000}")
document.write("A:visited {color:990000}")
}
}
document.write("--></STYLE>");	