
<!--

mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.writeln("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	if(navigator.appName.charAt(0) == "M"){
		//FOR MACINTOSH IE
		document.write("td {font-size:12px;line-height:12px;}")
		document.write("h1 {font-size:10px;line-height:12px; font-weight:normal; color:#333333;}")
		document.write("h2 {font-size:16px; color:#0066CC;line-height:18px; margin-bottom:12px;}")
		document.write("h3 {font-size:14px;line-height:16px; margin-bottom:8px;}")
		document.write(".j9{font-size:9px;line-height:13px;font-family:Osaka,sans-serif;}")
		document.write(".j10{font-size:10px;line-height:12px;font-family:Osaka,sans-serif;}")
		document.write(".j10a{font-size:10px;line-height:10px;font-family:Osaka,sans-serif;margin:0 0 2 0;}")
		document.write(".j12{font-size:12px;line-height:12px;font-family:Osaka,sans-serif;}")
		document.write(".j12a{font-size:12px;line-height:12px;font-family:Osaka,sans-serif;}")
		document.write(".j14{font-size:14px;line-height:14px;}")
		document.write(".j16{font-size:14px;line-height:16px;font-family:Osaka,sans-serif;}")
		document.write(".ti1{font-size:14px; color:#3A63A0; font-weight: bold; font-weight: bold; line-height:16px;}")
		document.write(".ti2{font-size:12px; color:#000000; line-height:14px;}")

}
	else{
		//FOR MACINTOSH NS
		document.write("td {font-size:12px;line-height:12px;}")
		document.write("h1 {font-size:10px;line-height:12px; font-weight:normal; color:#333333;}")
		document.write("h2 {font-size:16px; color:#0066CC;line-height:18px; margin-bottom:12px;}")
		document.write("h3 {font-size:14px;line-height:16px; margin-bottom:8px;}")
		document.write(".j9{font-size:9px;line-height:13px;}")
		document.write(".j10{font-size:10px;line-height:12px;}")
		document.write(".j10a{font-size:10px;line-height:10px;}")
		document.write(".j12{font-size:12px;line-height:12px;}")
		document.write(".j12a{font-size:12px;line-height:12px;}")
		document.write(".j14{font-size:14px;line-height:14px;}")
		document.write(".ti1{font-size:14px;line-height:16px;}")
		document.write(".title{font-size:14px; color:#3A63A0;line-height:16px; font-weight: bold;}")
		document.write(".ti2{font-size:12px; color:#000000; line-height:14px;}")
	}
}
else{
	if(navigator.appName.charAt(0) == "M"){
		//FOR WINDOWS IE
		document.write("td {font-size:12px;line-height:14px;}")
		document.write("h1 {font-size:12px;line-height:14px; font-weight:normal; color:#333333;}")
		document.write("h2 {font-size:16px; color:#0066CC;line-height:18px; margin-bottom:12px;}")
		document.write("h3 {font-size:14px;line-height:18px; margin-bottom:8px;}")
		document.write(".j10{font-size:11px;line-height:12px;font-family:‚l‚r ‚oƒSƒVƒbƒN,sans-serif;}")
		document.write(".j10a{font-size:11px;line-height:12px;font-family:‚l‚r ‚oƒSƒVƒbƒN,sans-serif;}")
		document.write(".j12{font-size:12px;line-height:16px;font-family:‚l‚r ‚oƒSƒVƒbƒN,sans-serif;letter-spacing:1px;}")
		document.write(".j12a{font-size:12px;line-height:16px;font-family:‚l‚r ‚oƒSƒVƒbƒN,sans-serif;letter-spacing:1px;}")
		document.write(".j14{font-size:14px;line-height:16px;}")
		document.write(".j16{font-size:16px;line-height:18px;font-family:‚l‚r ‚oƒSƒVƒbƒN,sans-serif;letter-spacing:1px;}")
		document.write(".ti1{font-size:14px; color:#3A63A0;line-height:16px; font-weight: bold; }")
		document.write(".ti2{font-size:12px; color:#000000; line-height:14px;}")
	}
	else{
		//FOR WINDOWS NS
		document.write("td {font-size:12px;line-height:12px;}")
		document.write("h1 {font-size:12px;line-height:12px; font-weight:normal; color:#333333;}")
		document.write("h2 {font-size:16px; color:#0066CC;line-height:18px; margin-bottom:12px;}")
		document.write("h3 {font-size:14px;line-height:18px; margin-bottom:8px;}")
		document.write(".j10{font-size:11px;line-height:12px;}")
		document.write(".j10a{font-size:11px;line-height:11px;}")
		document.write(".j12{font-size:12px;line-height:18px;}")
		document.write(".j12a{font-size:12px;line-height:16px;}")
		document.write(".j14{font-size:14px;line-height:16px;}")
		document.write(".j16{font-size:16px;line-height:18px;}")
		document.write(".ti1{font-size:14px; color:#3A63A0;line-height:16px; font-weight: bold; }")
		document.write(".ti2{font-size:12px; color:#000000; line-height:14px; text-decoration:underline;}")
	}
}
document.write("--></STYLE>");

//-->
