

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("p{font-Size:12px; line-height:160%; font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3}");
		document.writeln("h1{font-size: 17px; font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h2{font-size: 14px; font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 13px; font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3; line-height: 150%; font-weight: normal; margin-top: 30px; padding: 0px}");
		document.writeln("h4{font-size: 12px; font-family:  ƒqƒ‰ƒMƒmŠpƒS Pro W3; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln(".smallest{font-size:9px}");
		document.writeln(".small100{font-Size:10px}");
		document.writeln(".small120{font-Size:10px; line-height:120%}");
		document.writeln(".small150{font-Size:10px; line-height:130%}");
		document.writeln(".small170{font-Size:10px; line-height:160%}");
		document.writeln(".normal100{font-Size:12px}");
		document.writeln(".normal130{font-Size:12px; line-height:130%}");
		document.writeln(".normal160{font-Size:12px; line-height:160%}");
		document.writeln(".medium120{font-Size:18px; line-height:120%}");
		document.writeln(".large100{font-Size:24px; line-height:110%}");
		document.writeln("SELECT{font-Size:10px; font-family:Osaka,sans-serif}");
		document.writeln("a:link{text-decoration: none; color: #000000}");
		document.writeln("a:visited{text-decoration: none; color: #000000}");
		document.writeln("a:hover{text-decoration: underline; color: #FF0000}");

	}
	else
	{
		if( vNum < 5 )
		{
		// MAC NETSCAPE 4.x
		document.writeln("p{font-Size:12pt; line-height:130%; font-family: osaka}");
		document.writeln("h1{font-size: 17px; font-family: osaka; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h2{font-size: 14px; font-family: osaka; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 12px; font-family: osaka; line-height: 150%; font-weight: normal; margin-top: 30px; padding: 0px}");
		document.writeln("h4{font-size: 12px; font-family:  osaka; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln(".smallest{font-size:10pt}");
		document.writeln(".small100{font-Size:10pt}"); 
		document.writeln(".small120{font-Size:10pt; line-height:110%}"); 
		document.writeln(".small150{font-Size:10pt; line-height:110%}"); 
		document.writeln(".small170{font-Size:10pt; line-height:130%}"); 
		document.writeln(".normal100{font-Size:12pt}");
		document.writeln(".normal130{font-Size:12pt; line-height:110%}");
		document.writeln(".normal160{font-Size:12pt; line-height:130%}");	
		document.writeln(".medium120{font-Size:18pt; line-height:110%}");
		document.writeln(".large100{font-Size:24pt; line-height:110%}");
		document.writeln("a:link{text-decoration: none; color: #000000}");
		document.writeln("a:visited{text-decoration: none; color: #000000}");
		document.writeln("a:hover{text-decoration: underline; color: #FF0000}");

	 	}
	 	else
	 	{
		// MAC NETSCAPE 6.x~ Safari
		document.writeln("p{font-Size:13px; line-height:170%; font-family: Hiragino Kaku Gothic Pro}");
		document.writeln("h1{font-size: 17px; font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h2{font-size: 14px; line-height: 120%; font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 14px; font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3; line-height: 150%; font-weight: normal; margin-top: 30px; padding: 0px}");
		document.writeln("h4{font-size: 12px; font-family:  ƒqƒ‰ƒMƒmŠpƒS Pro W3; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln(".smallest{font-size:10px}");
		document.writeln(".small100{font-Size:11px}"); 
		document.writeln(".small120{font-Size:11px; line-height:130%}"); 
		document.writeln(".small150{font-Size:11px; line-height:140%}"); 
		document.writeln(".small170{font-Size:11px; line-height:160%}"); 
		document.writeln(".normal100{font-Size:13px}");
		document.writeln(".normal130{font-Size:13px; line-height:140%}");
		document.writeln(".normal160{font-Size:13px; line-height:170%}");
		document.writeln(".medium120{font-Size:18px; line-height:120%}");
		document.writeln(".large100{font-Size:24px; line-height:120%}");
		document.writeln("SELECT{font-Size:10px; font-family:Osaka,sans-serif}");
		document.writeln("a:link{text-decoration: none; color: #000000}");
		document.writeln("a:visited{text-decoration: none; color: #000000}");
	document.writeln("a:hover{text-decoration: underline; color: #FF0000}");

	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
		document.writeln("p{font-Size:85%; line-height:190%; letter-spacing:.04em; font-family: ‚l‚r ‚oƒSƒVƒbƒN,sans-serif}");
		document.writeln("h1{font-size: 130%; font-family: ‚l‚r ‚oƒSƒVƒbƒN; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h2{font-size: 90%; line-height:140%; font-family: ‚l‚r ‚oƒSƒVƒbƒN; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 90%; font-family: ‚l‚r ‚oƒSƒVƒbƒN; line-height: 150%; font-weight: normal; margin-top: 30px; padding: 0px}");
		document.writeln("h4{font-size: 75%; font-family: ‚l‚r ‚oƒSƒVƒbƒN; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln(".smallest{font-size: 60%; font-family: ‚l‚r ‚oƒSƒVƒbƒN; text-decoration: none; font-weight: normal}");
		document.writeln(".small100{font-size: 75%; font-family: ‚l‚r ‚oƒSƒVƒbƒN; text-decoration: none; font-weight: normal}");
		document.writeln(".small120{font-Size:75%; letter-spacing:.04em; line-height:130%; font-family: ‚l‚r ‚oƒSƒVƒbƒN}");
		document.writeln(".small150{font-Size:75%; line-height:150%; font-family: ‚l‚r ‚oƒSƒVƒbƒN,sans-serif}");
		document.writeln(".small170{font-Size:75%; line-height:150%; font-family: ‚l‚r ‚oƒSƒVƒbƒN,sans-serif}");
		document.writeln(".normal100{font-Size:85%; font-family: ‚l‚r ‚oƒSƒVƒbƒN,sans-serif}");
		document.writeln(".normal130{font-Size:85%; line-height:120%; font-family: ‚l‚r ‚oƒSƒVƒbƒN,sans-serif}");
		document.writeln(".normal160{font-Size:85%; line-height:150%; font-family: ‚l‚r ‚oƒSƒVƒbƒN,sans-serif}");
		document.writeln(".medium120{font-Size:100%; line-height:150%; font-family: ‚l‚r ‚oƒSƒVƒbƒN,sans-serif}");
		document.writeln(".large100{font-Size:130%; line-height:150%; font-family:‚l‚r ‚oƒSƒVƒbƒN,sans-serif}");
		document.writeln("SELECT{font-Size:12px; font-family:‚l‚r ‚oƒSƒVƒbƒN,sans-serif}");
		document.writeln("a:link{text-decoration: none; color: #000000}");
		document.writeln("a:visited{text-decoration: none; color: #000000}");
		document.writeln("a:hover{text-decoration: underline; color: #FF0000}");

	}
	else
	{
		if( vNum < 5 )
		{
		// WIN NETSCAPE 4.x
		document.writeln("p{font-Size:110%; line-height:160%}");
		document.writeln("h1{font-size: 140%; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h2{font-size: 100%; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 100%; line-height: 150%; font-weight: normal; margin-top: 30px; padding: 0px}");
		document.writeln("h4{font-size: 70%; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln(".smallest{font-Size:85%}");
		document.writeln(".small100{font-Size:90%}");
		document.writeln(".small120{font-Size:90%; line-height:130%}");
		document.writeln(".small150{font-Size:90%; line-height:120%}");
		document.writeln(".small170{font-Size:90%; line-height:140%}");
		document.writeln(".normal100{font-Size:110%}");
		document.writeln(".normal130{font-Size:110%; line-height:140%}");
		document.writeln(".normal160{font-Size:110%; line-height:160%}");
		document.writeln(".medium120{font-Size:140%; line-height:140%}");
		document.writeln(".large100{font-Size:190%; line-height:170%}");
		document.writeln("a:link{text-decoration: none; color: #000000}");
		document.writeln("a:visited{text-decoration: none; color: #000000}");
		document.writeln("a:hover{text-decoration: underline; color: #FF0000}");

		}
		else
		{
		// WIN NETSCAPE 6.x~
		document.writeln("p{font-Size:14px; line-height:25px; letter-spacing:.04em; font-family: ‚l‚r ‚oƒSƒVƒbƒN,sans-serif}");
		document.writeln("h1{font-size: 18px; font-family: ‚l‚r ‚oƒSƒVƒbƒN; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h2{font-size: 15px; line-height:19px; font-family: ‚l‚r ‚oƒSƒVƒbƒN; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln("h3{font-size: 15px; font-family: ‚l‚r ‚oƒSƒVƒbƒN; line-height: 150%; font-weight: normal; margin-top: 30px; padding: 0px}");
		document.writeln("h4{font-size: 12px; font-family: ‚l‚r ‚oƒSƒVƒbƒN; font-weight: normal; margin: 0px; padding: 0px}");
		document.writeln(".smallest{font-Size:11px}");
		document.writeln(".small100{font-Size:12px}");
		document.writeln(".small120{font-Size:12px; line-height:16px}");
		document.writeln(".small150{font-Size:12px; line-height:16px}");
		document.writeln(".small170{font-Size:12px; line-height:19px}");
		document.writeln(".normal100{font-Size:14px}");
		document.writeln(".normal130{font-Size:14px; line-height:19px}");
		document.writeln(".normal160{font-Size:14px; line-height:22px}");
		document.writeln(".medium120{font-Size:18px; line-height:20px}");
		document.writeln(".large100{font-Size:24px; line-height:26px}");
		document.writeln("SELECT{font-Size:11px; font-family:‚l‚r ‚oƒSƒVƒbƒN,sans-serif}");
		document.writeln("a:link{text-decoration: none; color: #000000}");
		document.writeln("a:visited{text-decoration: none; color: #000000}");
		document.writeln("a:hover{text-decoration: underline; color: #FF0000}");

		}
	}
}
 document.writeln("--></STYLE>");


