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

document.write('<style type="text/css"><!--');
if(mac){
	if(ie){//MAC_IE
		document.write('td {font-size:12px; line-height:120%; font-family:Taipei;}');
		document.write('.f1x {font-size:10px; line-height:120%; font-face: Taipei;}');
		document.write('.f2x {font-size:12px; line-height:120%; font-face: Taipei;}');
		document.write('.f3x {font-size:14px; line-height:120%; font-face: Taipei;}');
		}
	else{//MAC_NC
		document.write('td {font-size:12px;}');
		document.write('.f1x {font-size:10px;}');
		document.write('.f2x {font-size:12px;}');
		document.write('.f3x {font-size:14px;}');
		}
	}
else{
	if(ie){//WIN_IE
		document.write('td {font-size:12px; line-height:120%; font-family:新細明體;}');
		document.write('.f1x {font-size:10px; line-height:120%; font-family:新細明體;}');
		document.write('.f2x {font-size:12px; line-height:120%; font-family:新細明體;}');
		document.write('.f3x {font-size:14px; line-height:120%; font-family:新細明體;}');
		}
	else{//WIN_NC
		document.write('td {font-size:12px;}');
		document.write('.f1x {font-size:11px;}');
		document.write('.f2x {font-size:12px;}');
		document.write('.f3x {font-size:15px;}');
		}
	}
document.write('td {color:#333333}');
document.write('a:link{color:#0000ff;}');
document.write('a:alink{color:#ff0000;}');
document.write('a:vlink{color:#996699;}');
document.write('a:hover{color:#0000ff;}');
document.write('--></style>');


//-->