<!--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:10px; font-family:Arial; line-height:123%;}');		document.write('.f1x {font-size:10px; font-family:Arial; line-height:123%;}');		document.write('.f2x {font-size:12px; font-family:Arial; line-height:123%;}');		document.write('.f3x {font-size:14px; font-family:Arial; line-height:150%;}');		}	else{//MAC_NC		document.write('td {font-size:10px;}');		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:10px; font-family:MS Sans Serif; line-height:123%;}');		document.write('.f1x {font-size:10px; font-family:MS Sans Serif; line-height:123%;}');		document.write('.f2x {font-size:12px; font-family:MS Sans Serif; line-height:123%;}');		document.write('.f3x {font-size:14px; font-family:MS Sans Serif; line-height:150%;}');		}	else{//WIN_NC		document.write('td {font-size:11px;}');		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>');//-->