<!--//=============================================if( navigator.userAgent.indexOf( "Win" ) >= 0 ){	var ebOsType = "Win";}else if( navigator.userAgent.indexOf( "Mac" ) >= 0 ){	var ebOsType = "Mac";}if( navigator.appName == "Microsoft Internet Explorer" ){	var ebBrVer = navigator.userAgent.substr( navigator.userAgent.indexOf( "MSIE" ) + 5 , 3 );	if( ebBrVer >= 4 ){		var ebNavType = "IE";	}}else if( navigator.appName == "Netscape" ){	var ebBrVer = navigator.userAgent.substring( 8 , 11 );		if( ebBrVer >= 4 && ebBrVer < 5 ){		var ebNavType = "NS4";	}	else if( ebBrVer >= 5 ){		var ebNavType = "NS6";	}}//=============================================with( document ){	write("<style type='text/css'><!--");// ‹¤’Ê	write("a:link { font-size:12px; color:#0000FF; text-decoration:none; }");	write("a:visited { font-size:12px; color:#0000ff ; text-decoration:underline; }");	write("a:hover { font-size:12px; color:#0000FF; text-decoration:underline; }");	write("a:active { font-size:12px; color:#0000FF; text-decoration:none; }");		write(".b a:link { font-size:12px; color:#0000ff; text-decoration:underline; text-decoration:none;}");	write(".b a:visited { font-size:12px; color:#0000FF; text-decoration:none; }");	write(".b a:hover { font-size:12px; color:#0000EE; text-decoration:underline; }");	write(".b a:active { font-size:12px; color:#551A8B; text-decoration:underline; }");		write(".c a:link { font-size:12px; color:#000066; text-decoration:underline;}");	write(".c a:visited { font-size:12px; color:#000066; text-decoration:underline; }");	write(".c a:hover { font-size:12px; color:#000066; text-decoration:underline;  }");	write(".c a:active { font-size:12px; color:#000066; text-decoration:underline;  }");		write(".d a:link { font-size:12px; color:#006666; text-decoration:underline;}");	write(".d a:visited { font-size:12px; color:#006666; text-decoration:underline; }");	write(".d a:hover { font-size:12px; color:#006666; text-decoration:underline;  }");	write(".d a:active { font-size:12px; color:#006666; text-decoration:underline;  }");	// copy	write(".copy{ font-size:12px; color:#0044FF; }");	//test	write(".title{ font-size:10px; font-weight:bold; color:#ffffff;}");// Win	if( ebOsType == "Win" ){		if( ebNavType == "IE" ){			write(".txt10{ font-size:10px; line-height:11px; color:#000000; }");			write(".txt10-wh{ font-size:10px;  color:#ffffff; }");			write(".txt10-gr{ font-size:10px;  color:#666666; }");			write(".txt12-b{ font-size:12px; line-height:13px; font-weight:bold; color:#000000; }");			write(".txt12-wh-b{ font-size:12px; font-weight:bold; color:#ffffff; }");			write(".txt12{ font-size:12px; line-height:18px; color:#000000; }");			write(".txt12-gr{ font-size:12px; line-height:14px; color:#333333; }");			write(".txt12-rd{ font-size:12px; line-height:14px; color:#ff0000; }");			write(".txt12-bl{ font-size:12px; line-height:14px; color:#000066; }");			write(".sp-rd{ font-size:12px; line-height:16px; color:#ff0000; }");					}		else if( ebNavType == "NS4" ){			write(".txt10{ font-size:10px; line-height:11px; color:#000000; }");			write(".txt10-wh{ font-size:10px;  color:#ffffff; }");			write(".txt10-gr{ font-size:10px;  color:#666666; }");			write(".txt12-b{ font-size:12px; line-height:13px; font-weight:bold; color:#000000; }");			write(".txt12-wh-b{ font-size:12px; font-weight:bold; color:#ffffff; }");			write(".txt12{ font-size:12px; line-height:18px; color:#000000; }");			write(".txt12-gr{ font-size:12px; line-height:14px; color:#333333; }");			write(".txt12-rd{ font-size:12px; line-height:14px; color:#ff0000; }");			write(".txt12-bl{ font-size:12px; line-height:14px; color:#000066; }");			write(".sp-rd{ font-size:14px; line-height:16px; color:#ff0000; }");		}		else if( ebNavType == "NS6" ){			write(".txt10{ font-size:10px; line-height:11px; color:#000000; }");			write(".txt10-wh{ font-size:10px;  color:#ffffff; }");			write(".txt10-gr{ font-size:10px;  color:#666666; }");			write(".txt12-b{ font-size:12px; line-height:13px; font-weight:bold; color:#000000; }");			write(".txt12-wh-b{ font-size:12px; font-weight:bold; color:#ffffff; }");			write(".txt12{ font-size:12px; line-height:18px; color:#000000; }");			write(".txt12-gr{ font-size:12px; line-height:14px; color:#333333; }");			write(".txt12-rd{ font-size:12px; line-height:14px; color:#ff0000; }");			write(".txt12-bl{ font-size:12px; line-height:14px; color:#000066; }");			write(".sp-rd{ font-size:14px; line-height:16px; color:#ff0000; }");		}	}// Mac	if( ebOsType == "Mac" ){		if( ebNavType == "IE" ){			write(".txt10{ font-size:10px; line-height:11px; color:#000000; }");			write(".txt10-wh{ font-size:10px;  color:#ffffff; }");			write(".txt10-gr{ font-size:10px;  color:#666666; }");			write(".txt12-b{ font-size:12px; line-height:13px; font-weight:bold; color:#000000;  }");			write(".txt12-wh-b{ font-size:12px; font-weight:bold; color:#ffffff; }");			write(".txt12{ font-size:12px; line-height:18px; color:#000000; }");			write(".txt12-gr{ font-size:12px; line-height:14px; color:#333333; }");			write(".txt12-rd{ font-size:12px; line-height:14px; color:#ff0000; }");			write(".txt12-bl{ font-size:12px; line-height:14px; color:#000066; }");		}		else if( ebNavType == "NS4" ){			write(".txt10{ font-size:10px; line-height:11px; color:#000000; }");			write(".txt10-wh{ font-size:10px;  color:#ffffff; }");			write(".txt10-gr{ font-size:10px;  color:#666666; }");			write(".txt12-b{ font-size:12px; line-height:13px; font-weight:bold; color:#000000;  }");			write(".txt12-wh-b{ font-size:12px; font-weight:bold; color:#ffffff; }");			write(".txt12{ font-size:12px; line-height:18px; color:#000000; }");			write(".txt12-gr{ font-size:12px; line-height:14px; color:#333333; }");			write(".txt12-rd{ font-size:12px; line-height:14px; color:#ff0000; }");			write(".txt12-bl{ font-size:12px; line-height:14px; color:#000066; }");		}		else if( ebNavType == "NS6" ){			write(".txt10{ font-size:10px; line-height:11px; color:#000000; }");			write(".txt10-wh{ font-size:10px;  color:#ffffff; }");			write(".txt10-gr{ font-size:10px;  color:#666666; }");			write(".txt12-b{ font-size:12px; line-height:13px; font-weight:bold; color:#000000;  }");			write(".txt12-wh-b{ font-size:12px; font-weight:bold; color:#ffffff; }");			write(".txt12{ font-size:12px; line-height:18px; color:#000000; }");			write(".txt12-gr{ font-size:12px; line-height:14px; color:#333333; }");			write(".txt12-rd{ font-size:12px; line-height:14px; color:#ff0000; }");			write(".txt12-bl{ font-size:12px; line-height:14px; color:#000066; }");		}	}	write("--></style>");}//=============================================//-->