var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);


document.write("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {
		// MAC IE
		document.write(".f18 { font-size:112.5% }")		/* 18px  */
		document.write(".f16 { font-size:100% }")		/* 16px  */
		document.write(".f14 { font-size:87.5% }")		/* 14px */
		document.write(".f12 { font-size:75% }")		/* 12px   標準*/
		document.write(".f10 { font-size:62.5% }")		/* 10px  */

		document.write(".f10l { font-size:62.5%; line-height:12px  }")		/* 10px */
		document.write(".f12l { font-size:75% ; line-height:22px }")		/* 12px */
		document.write(".f12ls { font-size:75% ; line-height:16px }")		/* 12px */
		document.write(".f14l { font-size:87.5%; line-height:22px  }")		/* 14px */
		document.write(".f14ls { font-size:87.5%; line-height:20px  }")		/* 14px */

	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
			document.write(".f18 { font-size:135% }")		/* 18px  */
			document.write(".f16 {font-size:120%}")			/* 16px  */
			document.write(".f14 {font-size:112.5%}")		/* 14px */
			document.write(".f12 {font-size:100%}")			/* 12px   標準*/
			document.write(".f10 {font-size:87.5%}")		/* 10px  */

			document.write(".f12l { font-size:100% ; line-height:20px }")			/* 12px */
			document.write(".f12ls { font-size:100% ; line-height:16px }")			/* 12px*/
			document.write(".f14l { font-size:112.5%; line-height:22px  }")		/* 14px */
			document.write(".f14ls { font-size:112.5%; line-height:20px  }")		/* 14px */			
	 	}
	 	else
	 	{
			// MAC NETSCAPE 6.x~
			document.write(".f18 { font-size:125%; font-family:osaka }")		/* 18px  */
			document.write(".f16 {font-size:112.5%; font-family:osaka}")		/* 16px  */
			document.write(".f14 {font-size:100%; font-family:osaka}")			/* 14px */
			document.write(".f12 {font-size:87.5%; font-family:osaka}")			/* 12px   標準*/
			document.write(".f10 {font-size:75%; font-family:osaka}")  			/* 10px  */

			document.write(".f10l { font-size:62.5%; line-height:12px  }")		/* 10px */
			document.write(".f12l { font-size:87.5% ; line-height:21px }")		/* 12px*/
			document.write(".f12ls { font-size:87.5% ; line-height:16px }")		/* 12px*/
			document.write(".f14l { font-size:100%; line-height:22px  }")		/* 14px */
			document.write(".f14ls { font-size:100%; line-height:20px  }")		/* 14px */

	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.write(".f18 { font-size:112.5%; letter-spacing:1px }")		/* 18px  */
		document.write(".f16 { font-size:100%; letter-spacing:1px }") 		/* 16px  */
		document.write(".f14 { font-size:87.5% ; letter-spacing:1px}")		/* 14px */
		document.write(".f12 { font-size:75%; letter-spacing:1px }")			/* 12px  標準 */
		document.write(".f10 { font-size:62.5%; letter-spacing:1px }")		/* 10px  */

		document.write(".f12l { font-size:75% ; line-height:22px; letter-spacing:1px }")		/* 12px*/
		document.write(".f12ls { font-size:75% ; line-height:18px; letter-spacing:1px }")		/* 12px*/
		document.write(".f14l { font-size:87.5%; line-height:22px; letter-spacing:1px }")		/* 14px */
		document.write(".f14ls { font-size:87.5%; line-height:20px; letter-spacing:1px }")		/* 14px */			
		document.write(".f10l { font-size:62.5%; line-height:12px; letter-spacing:1px }")		/* 10px */

	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
			document.write(".f18 { font-size:150% }")			/* 18px  */
			document.write(".f16 {font-size:131.25%}")		/* 16px  */
			document.write(".f14 {font-size:112.5%}")			/* 14px */
			document.write(".f12 {font-size:100%}")			/* 12px   標準*/
			document.write(".f10 {font-size:87.5%}")			/* 10px  */
	
			document.write(".f12l { font-size:100% ; line-height:22px}")		/* 12px*/
			document.write(".f12ls { font-size:100% ; line-height:18px }")		/* 12px */
			document.write(".f14l { font-size:112.5%; line-height:22px  }")		/* 14px */
			document.write(".f14ls { font-size:112.5%; line-height:20px  }")		/* 14px */			
			document.write(".f10l { font-size:87.5%; line-height:12px  }")		/* 10px */

		}
		else
		{
			// WIN NETSCAPE 6.x~
			document.write(".f18 { font-size:112.5%; letter-spacing:1px }")		/* 18px  */
			document.write(".f16 { font-size:100% ; letter-spacing:1px}")			/* 16px  */
			document.write(".f14 { font-size:87.5% ; letter-spacing:1px}")		/* 14px */
			document.write(".f12 { font-size:75%; letter-spacing:1px }")			/* 12px  標準*/
			document.write(".f10 { font-size:62.5%; letter-spacing:1px }")		/* 10px  */

			document.write(".f12l { font-size:75% ; line-height:22px; letter-spacing:1px}")		/* 12px*/
			document.write(".f12ls { font-size:75% ; line-height:18px; letter-spacing:1px}")		/* 12px*/
			document.write(".f14l { font-size:87.5%; line-height:22px; letter-spacing:1px}")		/* 14px* /
			document.write(".f14ls { font-size:87.5%; line-height:20px; letter-spacing:1px}")		/* 14px */			
			document.write(".f10l { font-size:62.5%; line-height:12px; letter-spacing:1px}")		/* 10px */		
		}
	}
}
 document.write("--></STYLE>");

