
var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
document.writeln("<STYLE type='text/css'><!--");
if(navigator.appVersion.indexOf('Mac') > -1){
	if(bName == 'M'){
		//MacIE;
		document.writeln('.Small{font-size:10px; font-family:Osaka}');
		document.writeln('.SmallRed{font-size:10px; font-family:Osaka; color: #FF0000}');
		document.writeln('.Smallb{font-size:10px; font-family:Osaka; font-weight: bold}');
		document.writeln('.Middle{font-size:12px; font-family:Osaka}');
		document.writeln('.Middleb{font-size:12px; font-family:Osaka; font-weight: bold}');
		document.writeln('.MiddleBlue{font-size:12px; font-family:Osaka; color: #0033cc}');
		document.writeln('.MiddlebWhite{font-size:12px; font-family:Osaka; font-weight: bold; color: #ffffff}');
		document.writeln('.Large{font-size:14px; font-family:Osaka}');
		document.writeln('.Largeb{font-size:14px; font-family:Osaka; font-weight: bold}');
		document.writeln('.LargebOrange{font-size:14px; font-family:Osaka; font-weight: bold; color: #ff6600}');
		document.writeln('.LargebBlue{font-size:14px; font-family:Osaka; font-weight: bold; color: #0033CC}');
		document.writeln('.bodytext{font-size:12px; font-family:Osaka; color: #333333; line-height: 18px}');
		document.writeln('body, td{font-size:12px; font-family:Osaka; color: #333333 }');
		document.writeln('a:link { color: #333333 }');
		document.writeln('a:visited { color: #333333 }');
		document.writeln('a:hover { color: #0033CC }');
	}else{
		if(vNum < 5){
			//MacNC4.x;
			document.writeln('.Small{font-size:10px}');
			document.writeln('.SmallRed{font-size:10px; color: #FF0000}');
			document.writeln('.Smallb{font-size:10px; font-weight: bold}');
			document.writeln('.Middle{font-size:12px}');
			document.writeln('.Middleb{font-size:12px; font-weight: bold}');
			document.writeln('.MiddleBlue{font-size:12px; color: #0033cc}');
			document.writeln('.MiddlebWhite{font-size:12px; font-weight: bold; color: #ffffff}');
			document.writeln('.Large{font-size:14px}');
			document.writeln('.Largeb{font-size:14px; font-weight: bold}');
			document.writeln('.LargebOrange{font-size:14px; font-weight: bold; color: #ff6600}');
			document.writeln('.LargebBlue{font-size:14px; font-weight: bold; color: #0033CC}');
			document.writeln('.bodytext{font-size:12px color: #333333; line-height: 18px}');
			document.writeln('body, td{font-size:12px; color: #333333 }');
			document.writeln('a:link { color: #333333; }');
			document.writeln('a:visited { color: #333333; }');
			document.writeln('a:hover { color: #0033CC; }');
			
		}else{
			//MacNC6.x;
			document.writeln('.Small{font-size:10px; font-family:Osaka}');
			document.writeln('.SmallRed{font-size:10px; font-family:Osaka; color: #FF0000}');
			document.writeln('.Smallb{font-size:10px; font-family:Osaka; font-weight: bold}');
			document.writeln('.Middle{font-size:12px; font-family:Osaka}');
			document.writeln('.Middleb{font-size:12px; font-family:Osaka; font-weight: bold}');
			document.writeln('.MiddleBlue{font-size:12px; font-family:Osaka; color: #0033cc}');
			document.writeln('.MiddlebWhite{font-size:12px; font-family:Osaka; font-weight: bold; color: #ffffff}');
			document.writeln('.Large{font-size:14px; font-family:Osaka}');
			document.writeln('.Largeb{font-size:14px; font-family:Osaka; font-weight: bold}');
			document.writeln('.LargebOrange{font-size:14px; font-family:Osaka; font-weight: bold; color: #ff6600}');
			document.writeln('.LargebBlue{font-size:14px; font-family:Osaka; font-weight: bold; color: #0033CC}');
			document.writeln('.bodytext{font-size:12px; font-family:Osaka; color: #333333; line-height: 18px}');
			document.writeln('body, td{font-size:12px; font-family:Osaka; color: #333333 }');
			document.writeln('a:link { color: #333333; }');
			document.writeln('a:visited { color: #333333; }');
			document.writeln('a:hover { color: #0033CC; }');
		}
	}
}else{
	if(bName == 'M'){
		//WinIE;
		document.writeln(".Small{font-size:11px; line-height:13px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
		document.writeln(".SmallRed{font-size:11px; line-height:13px; font-family:'‚l‚r ƒSƒVƒbƒN'; color: #FF0000}");
		document.writeln(".Smallb{font-size:11px; line-height:13px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold}");
		document.writeln(".Middle{font-size:12px; line-height:15px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
		document.writeln(".Middleb{font-size:12px; line-height:15px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold}");
		document.writeln(".MiddleBlue{font-size:12px; line-height:15px; font-family:'‚l‚r ƒSƒVƒbƒN'; color: #0033cc}");
		document.writeln(".MiddlebWhite{font-size:12px; line-height:15px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold; color: #ffffff}");
		document.writeln(".Large{font-size:14px; line-height:18px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
		document.writeln(".Largeb{font-size:14px; line-height:18px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold}");
		document.writeln(".LargebOrange{font-size:14px; line-height:18px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold; color: #ff6600}");
		document.writeln(".LargebBlue{font-size:14px; line-height:18px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold; color: #0033CC}");
		document.writeln(".bodytext{font-size:12px; font-family:'‚l‚r ƒSƒVƒbƒN'; color: #333333; line-height: 18px}");
		document.writeln("body, td{font-size:12px; font-family:'‚l‚r ƒSƒVƒbƒN'; color: #333333 }");
		document.writeln("a:link { color: #333333; }");
		document.writeln("a:visited { color: #333333; }");
		document.writeln("a:hover { color: #0033CC; }");
	}else{
		if(vNum < 5){
			//WinNC4.x;
			document.writeln('.Small{font-size:11px}');
			document.writeln('.SmallRed{font-size:11px; color: #FF0000}');
			document.writeln('.Smallb{font-size:11px; font-weight: bold}');
			document.writeln('.Middle{font-size:12px}');
			document.writeln('.Middleb{font-size:12px; font-weight: bold}');
			document.writeln('.MiddleBlue{font-size:12px; color: #0033cc}');
			document.writeln('.MiddlebWhite{font-size:12px; font-weight: bold; color: #ffffff}');
			document.writeln('.Large{font-size:15px}');
			document.writeln('.Largeb{font-size:15px; font-weight: bold}');
			document.writeln('.LargebOrange{font-size:15px; font-weight: bold; color: #ff6600}');
			document.writeln('.LargebBlue{font-size:15px; font-weight: bold; color: #0033CC}');
			document.writeln('.bodytext{font-size:12px; color: #333333; line-height: 18px}');
			document.writeln('body, td{font-size:12px; color: #333333 }');
			document.writeln('a:link { color: #333333; }');
			document.writeln('a:visited { color: #333333; }');
			document.writeln('a:hover { color: #0033CC; }');
		}else{
			//WinNC6.x,others;
			document.writeln(".Small{font-size:11px; line-height:13px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
			document.writeln(".SmallRed{font-size:11px; line-height:13px; font-family:'‚l‚r ƒSƒVƒbƒN'; color: #FF0000}");
			document.writeln(".Smallb{font-size:11px; line-height:13px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold}");
			document.writeln(".Middle{font-size:12px; line-height:15px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
			document.writeln(".Middleb{font-size:12px; line-height:15px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold}");
			document.writeln(".MiddleBlue{font-size:12px; line-height:15px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'; color: #0033cc}");
			document.writeln(".MiddlebWhite{font-size:12px; line-height:15px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold; color: #ffffff}");
			document.writeln(".Large{font-size:14px; line-height:18px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
			document.writeln(".Largeb{font-size:14px; line-height:18px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold}");
			document.writeln(".LargebOrange{font-size:14px; line-height:18px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold; color: #ff6600}");
			document.writeln(".LargebBlue{font-size:14px; line-height:18px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'; font-weight: bold; color: #0033CC}");
			document.writeln(".bodytext{font-size:12px; font-family:'‚l‚r ƒSƒVƒbƒN'; color: #333333; line-height: 18px}");
			document.writeln("body, td{font-size:12px; font-family:'‚l‚r ƒSƒVƒbƒN'; color: #333333 }");
			document.writeln("a:link { color: #333333; }");
			document.writeln("a:visited { color: #333333; }");
			document.writeln("a:hover { color: #0033CC; }");
		}
	}
}
document.writeln('textarea{font-family:monospase; font-size:12px}');
document.writeln('--></STYLE>');

