        document.writeln("<STYLE TYPE='text/css'><!--")        if(navigator.appVersion.indexOf("Mac") > 1){                //MAC IE NN                document.writeln("A{text-decoration:none}");                document.writeln("A:visited{text-decoration: none;color: #3366CC}");                document.writeln("A:active{text-decoration: none;color: #000066}");                document.writeln("A:hover{color: #CC3300}");                document.writeln(".j9{font-size:9px; line-height:12px}");                document.writeln(".j10{font-Size:10px}");                document.writeln(".j12{font-Size:12px}");                document.writeln(".t10 {  font-size: 12px; line-height: 14px}");                document.writeln(".t9 {  font-size: 10px; line-height: 13px}");                document.writeln(".t8 {  font-size: 10px; line-height: 12px}");                document.writeln(".j40 {  font-size: 40px; font-weight: bolder}");                document.writeln(".j20 {  font-size: 20px; font-weight: bolder; line-height: 23px}");                document.writeln(".j15 {  font-size: 15px; font-weight: bolder; line-height: 18px}");        }        else{                if(navigator.appName.charAt(0) == "M"){                //WIN IE                document.writeln("A{text-decoration:none;color: #000099}");                document.writeln("A:visited{text-decoration: none;color: #3366CC}");                document.writeln("A:active{text-decoration: none;color: #000066}");                document.writeln("A:hover{color: #CC3300}");                document.writeln(".j9{font-size:10px; line-height:12px}");                document.writeln(".j10{font-Size:11px; line-height:13px}");                document.writeln(".j12{font-Size:12px; line-height:15px}");                document.writeln(".t12 {  font-family:'Arial','Helvetica';font-size: 12px; line-height: 14px; font-weight: bolder}");                document.writeln(".t10 {  font-size: 12px; line-height: 14px}");                document.writeln(".t9 {  font-size: 11px; line-height: 13px}");                document.writeln(".t8 {  font-size: 10px; line-height: 12px}");                document.writeln(".j40 {  font-family:'‚l‚r ‚oƒSƒVƒbƒN','Osaka'; font-size: 40px; font-weight: bolder}");                document.writeln(".j20 {  font-family:'‚l‚r ‚oƒSƒVƒbƒN','Osaka'; font-size: 20px; font-weight: bolder; line-height: 23px}");                document.writeln(".j15 {  font-family:'‚l‚r ‚oƒSƒVƒbƒN','Osaka'; font-size: 15px; font-weight: bolder; line-height: 18px}");                }                else{                //WIN NN                document.writeln("A{text-decoration:none}");                document.writeln("A:visited{text-decoration: none;color: #3366CC}");                document.writeln("A:active{text-decoration: none;color: #000066}");                document.writeln("A:hover{color: #CC3300}");                document.writeln(".j9{font-size:10px; line-height:11px}");                document.writeln(".j10{font-Size:11px; line-height:12px}");                document.writeln(".j12{font-Size:12px; line-height:15px}");                document.writeln(".t10 {  font-size: 12px; line-height: 14px}");                document.writeln(".t9 {  font-size: 11px; line-height: 13px}");                document.writeln(".t8 {  font-size: 10px; line-height: 12px}");                document.writeln(".j40 {  font-size: 40px; font-weight: bolder}");                document.writeln(".j20 {  font-size: 20px; font-weight: bolder; line-height: 23px}");                document.writeln(".j15 {  font-size: 15px; font-weight: bolder; line-height: 18px}");                }        }        document.writeln("--><"+"/STYLE>");