

document.write('<style type="text/css"><!--');
if (navigator.platform.indexOf('Mac') < 0) {

//??windows_IE
if (navigator.appName.indexOf('Microsoft') >= 0) {
//15pt
document.write('.text4{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:24px; line-height:120%;}');
document.write('.text4-lh{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:24px; line-height:100%;}');
document.write('.text4-hh{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:24px; line-height:140%;}');
//13.5pt
document.write('.text3{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:18px; line-height:120%;}');
document.write('.text3-lh{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:18px; line-height:100%;}');
document.write('.text3-hh{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:18px; line-height:140%;}');
//10.5pt
document.write('.text2{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:14px; line-height:120%;}');
document.write('.text2-lh{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:14px; line-height:100%;}');
document.write('.text2-hh{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:14px; line-height:140%;}');
//9pt
document.write('.text1{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:12px; line-height:120%;}');
document.write('.text1-lh{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:12px; line-height:100%;}');
document.write('.text1-hh{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:12px; line-height:140%;}');
//8pt
document.write('.text0{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:11px; line-height:120%;}');
document.write('.text0-lh{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:11px; line-height:100%;}');
document.write('.text0-hh{font-family:"‚l‚r ‚oƒSƒVƒbƒN"; font-size:11px; line-height:140%;}');

} else {

//??windows_Netscape
//Don't use letter-spacing
//15pt
document.write('.text4{font-family:"MS PGothic"; font-size:24px; line-height:120%;}');
document.write('.text4-lh{font-family:"MS PGothic"; font-size:24px; line-height:100%;}');
document.write('.text4-hh{font-family:"MS PGothic"; font-size:24px; line-height:140%;}');
//14.5pt
document.write('.text3{font-family:"MS PGothic"; font-size:19px; line-height:120%;}');
document.write('.text3-lh{font-family:"MS PGothic"; font-size:19px; line-height:100%;}');
document.write('.text3-hh{font-family:"MS PGothic"; font-size:19px; line-height:140%;}');
//11pt
document.write('.text2{font-family:"MS PGothic"; font-size:15px; line-height:120%;}');
document.write('.text2-lh{font-family:"MS PGothic"; font-size:15px; line-height:100%;}');
document.write('.text2-hh{font-family:"MS PGothic"; font-size:15px; line-height:140%;}');
//9pt
document.write('.text1{font-family:"MS PGothic"; font-size:12px; line-height:120%;}');
document.write('.text1-lh{font-family:"MS PGothic"; font-size:12px; line-height:100%;}');
document.write('.text1-hh{font-family:"MS PGothic"; font-size:12px; line-height:140%;}');
//8pt
document.write('.text0{font-family:"MS PGothic"; font-size:11px; line-height:120%;}');
document.write('.text0-lh{font-family:"MS PGothic"; font-size:11px; line-height:100%;}');
document.write('.text0-hh{font-family:"MS PGothic"; font-size:11px; line-height:140%;}');
}
}

//Mac
if (navigator.platform.indexOf('Mac') >= 0) {
document.write('.text4{font-family:"Osaka"; font-size:24px; line-height:28px;}');
document.write('.text4-lh{font-family:"Osaka"; font-size:24px; line-height:24px;}');
document.write('.text4-hh{font-family:"Osaka"; font-size:24px; line-height: 34px;}');

document.write('.text3{font-family:"Osaka"; font-size:18px; line-height:22px;}');
document.write('.text3-lh{font-family:"Osaka"; font-size:18px; line-height:18px;}');
document.write('.text3-hh{font-family:"Osaka"; font-size: 18px; line-height:24px;}');

document.write('.text2{font-family:"Osaka"; font-size:14px; line-height:17px;}');
document.write('.text2-lh{font-family:"Osaka"; font-size:14px; line-height:14px;}');
document.write('.text2-hh{font-family:"Osaka"; font-size: 14px; line-height:20px;}');

document.write('.text1{font-family:"Osaka"; font-size:12px; line-height:14px;}');
document.write('.text1-lh{font-family:"Osaka"; font-size:12px;  line-height:12px;}');
document.write('.text1-hh{font-family:"Osaka"; font-size: 12px; line-height:16px;}');

document.write('.text0{font-family:"Osaka"; font-size: 10px; line-height:12px;}');
document.write('.text0-lh{font-family:"Osaka"; font-size: 10px; line-height:10px;}');
document.write('.text0-hh{font-family:"Osaka"; font-size: 10px; line-height:14px;}');
}





document.write('//--></style>');
