

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"){
		// MAC IE
		document.writeln(".e9{font-family: verdana, arial, helvetica;font-size:9px; line-height:12px; color:#666666;}");
		document.writeln(".e10{font-family: verdana, arial, helvetica;font-Size:10px; line-height:15px; color:#666666;}");
		document.writeln(".e12{font-family: verdana, arial, helvetica;font-Size:12px; line-height:17px; color:#666666;}");
		document.writeln(".e12w{font-family: verdana, arial, helvetica;font-Size:12px; line-height:18px; color:#ffffff;}");
		document.writeln(".e14{font-family: verdana, arial, helvetica;font-Size:14px; line-height:20px; color:#666666;}");
		document.writeln(".e16{font-family: verdana, arial, helvetica;font-Size:16px; line-height:20px; color:#666666;}");
	}
	else{
		if( vNum < 5 ){
			// MAC NETSCAPE 4.x
			document.writeln(".e9{font-family: verdana, arial, helvetica;font-size:9px; line-height:12px; color:#666666;}");
			document.writeln(".e10{font-family: verdana, arial, helvetica;font-Size:10px; line-height:15px; color:#666666;}"); 
			document.writeln(".e12font-family: verdana, arial, helvetica;font-Size:12px; line-height:18px; color:#666666;}");
			document.writeln(".e12wfont-family: verdana, arial, helvetica;font-Size:12px; line-height:18px; color:#ffffff}");
			document.writeln(".e14{font-family: verdana, arial, helvetica;font-Size:14px; line-height:20px; color:#666666;}");
			document.writeln(".e16{font-family: verdana, arial, helvetica;font-Size:16px; line-height:20px; color:#666666;}");
	 	}
	 	else{
			// MAC NETSCAPE 6.x~
			document.writeln(".e9{font-family: verdana, arial, helvetica;font-size:9px; line-height:12px; color:#666666;}");
			document.writeln(".e10{font-family: verdana, arial, helvetica;font-Size:10px; line-height:15px; color:#666666;}"); 
			document.writeln(".e12{font-family: verdana, arial, helvetica;font-Size:12px; line-height:18px; color:#666666;}");
			document.writeln(".e12w{font-family: verdana, arial, helvetica;font-Size:12px; line-height:18px; color:#ffffff;}");
			document.writeln(".e14{font-family: verdana, arial, helvetica;font-Size:14px; line-height:20px; color:#666666;}");
			document.writeln(".e16{font-family: verdana, arial, helvetica;font-Size:16px; line-height:20px; color:#666666;}");
		}
	 }
}
else{
	if( bName == "M"){
		// WIN IE
		document.writeln(".e9{font-family: verdana, arial, helvetica;font-size:9px; line-height:12px; color:#666666;}");
		document.writeln(".e10{font-family: verdana, arial, helvetica;font-Size:10px; line-height:16px; color:#666666;}");
		document.writeln(".e12{font-family: verdana, arial, helvetica;font-Size:11px; line-height:17px; color:#666666;}");
		document.writeln(".e12w{font-family: verdana, arial, helvetica;font-Size:12px; line-height:17px; color:#ffffff;}");
		document.writeln(".e14{font-family: verdana, arial, helvetica;font-Size:15px; line-height:20px; color:#666666;}");
		document.writeln(".e16{font-family: verdana, arial, helvetica;font-Size:16px; line-height:20px; color:#666666;}");
	}
	else{
		if( vNum < 5 ){
			// WIN NETSCAPE 4.x
			document.writeln(".e9{font-family: verdana, arial, helvetica;font-size:9px; line-height:12px; color:#666666;}");
			document.writeln(".e10{font-family: verdana, arial, helvetica;font-Size:10px; line-height:15px; color:#666666;}");
			document.writeln(".e12{font-family: verdana, arial, helvetica;font-Size:11px; line-height:17px; color:#666666;}");
			document.writeln(".e12w{font-family: verdana, arial, helvetica;font-Size:12px; line-height:17px; color:#ffffff;}");
			document.writeln(".e14{font-family: verdana, arial, helvetica;font-Size:15px; line-height:20px; color:#666666;}");
			document.writeln(".e16{font-family: verdana, arial, helvetica;font-Size:16px; line-height:20px; color:#666666;}");
		}
		else{
			// WIN NETSCAPE 6.x~
			document.writeln(".e9{font-family: verdana, arial, helvetica;font-size:9px; line-height:12px; color:#666666;}");
			document.writeln(".e10{font-family: verdana, arial, helvetica;font-Size:10px; line-height:15px; color:#666666;}");
			document.writeln(".e12{font-family: verdana, arial, helvetica;font-Size:11px; line-height:17px; color:#666666;}");
			document.writeln(".e12w{font-family: verdana, arial, helvetica;font-Size:12px; line-height:17px; color:#ffffff;}");
			document.writeln(".e14{font-family: verdana, arial, helvetica;font-Size:14px; line-height:20px; color:#666666;}");
			document.writeln(".e16{font-family: verdana, arial, helvetica;font-Size:16px; line-height:20px; color:#666666;}");
		}
	}
}
 document.writeln("--></STYLE>");
