// set Variable
	var Agent = navigator.userAgent;

// CSS deverge for Cross Platform & Cross Browser
if (Agent.indexOf('Win') != -1) {
	if (document.all) { // Win_IE
		document.write(' <style><!-- ');
		document.write(' td   { font-size: 10pt;} ');
		document.write(' th   { font-size: 10pt;} ');
		document.write(' P.LH120 {	line-height:11pt;} ');
		document.write(' P.LH150 {	line-height:14pt;} ');
		document.write(' P.LH200 {	line-height:17pt;} ');
		document.write(' .txt10 {	font-size: 12px; line-height:normal; text-decoration: none} ');
		document.write(' .txt12 {	font-size: 14px; line-height:normal; text-decoration: none} ');
		document.write(' .txt14LH20 {	font-size: 16px; line-height:20px; text-decoration: none} ');
		document.write(' .txt16 {	font-size: 16px; line-height:normal; text-decoration: none} ');
		document.write(' --></style> ');
	} else { // Win_NS
		document.write(' <style><!-- ');
		document.write(' td   { font-size: 10pt;} ');
		document.write(' th   { font-size: 10pt;} ');
		document.write(' P.LH120 {	line-height:11pt;} ');
		document.write(' P.LH150 {	line-height:14pt;} ');
		document.write(' P.LH200 {	line-height:17pt;} ');
		document.write(' .txt10 {	font-size: 12px; line-height:normal; text-decoration: none} ');
		document.write(' .txt12 {	font-size: 14px; line-height:normal; text-decoration: none} ');
		document.write(' .txt14LH20 {	font-size: 16px; line-height:20px; text-decoration: none} ');
		document.write(' .txt16 {	font-size: 16px; line-height:normal; text-decoration: none} ');
		document.write(' --></style> ');
	}
}


if (Agent.indexOf('Mac') != -1) {
	if (navigator.appName.indexOf('Microsoft') != -1) { // Mac_IE
		document.write(' <style><!-- ');
		document.write(' td   { font-size: 8pt;} ');
		document.write(' th   { font-size: 10pt;} ');
		document.write(' P.LH120 {	line-height:11pt;} ');
		document.write(' P.LH150 {	line-height:14pt;} ');
		document.write(' P.LH200 {	line-height:17pt;} ');
		document.write(' .txt10 {	font-size: 10px; line-height:normal; text-decoration: none} ');
		document.write(' .txt12 {	font-size: 12px; line-height:normal; text-decoration: none} ');
		document.write(' .txt14LH20 {	font-size: 12px; line-height:18px; text-decoration: none} ');
		document.write(' .txt16 {	font-size: 16px; line-height:normal; text-decoration: none} ');
		document.write(' --></style> ');
	} else { // Mac_Netscape
		if (Agent.indexOf('Netscape6') != -1){ 		// Netscape_6
			document.write('<BASEFONT SIZE=2>');
			document.write(' <style><!-- ');
			document.write(' td   { font-size: 8pt;} ');
			document.write(' th   { font-size: 10pt;} ');
			document.write(' P.LH120 {	line-height:11pt;} ');
			document.write(' P.LH150 {	line-height:14pt;} ');
			document.write(' P.LH200 {	line-height:17pt;} ');
			document.write(' .txt10 {	font-size: 10px; line-height:normal; text-decoration: none} ');
			document.write(' .txt12 {	font-size: 12px; line-height:normal; text-decoration: none} ');
			document.write(' .txt14LH20 {	font-size: 12px; line-height:18px; text-decoration: none} ');
			document.write(' .txt16 {	font-size: 16px; line-height:normal; text-decoration: none} ');
			document.write(' --></style> ');
		} else {
			document.write(' <style><!-- ');

			document.write(' td   { font-size: 8pt;} ');
			document.write(' th   { font-size: 10pt;} ');
			document.write(' P.LH120 {	line-height:11pt;} ');
			document.write(' P.LH150 {	line-height:14pt;} ');
			document.write(' P.LH200 {	line-height:17pt;} ');
			document.write(' .txt12 {	font-size: 12px; line-height:normal; text-decoration: none} ');
			document.write(' .txt14LH20 {	font-size: 12px; line-height:18px; text-decoration: none} ');
			document.write(' .txt16 {	font-size: 16px; line-height:normal; text-decoration: none} ');

			document.write(' --></style> ');
		}
	}
}
