var win=0; var mac=0;

if (navigator.userAgent.indexOf("Win")!=-1) {
	win=1;
} else if (navigator.userAgent.indexOf("Mac")!=-1) {
	mac=1;
}

if (win) {
	if (navigator.appVersion.charAt(0) >= 4) {
		document.write('<STYLE TYPE="text/css">');
		document.write('<!--');
		document.write('	td	{font-family: "‚l‚r ƒSƒVƒbƒN"; font-size : 12px; line-height:18px;}');
		document.write(' .t_ffffcc {background-color: #FFFFCC; padding: 8px 8px 8px 8px;}');
		
		
		document.write('	.text1-2	{font-size : 10px; line-height:11px;}');
		document.write('	.text1-2e	{font-family : sans-serif;font-size : 10px; line-height:11px;}');
		document.write('	.text1	{font-size : 10px; line-height:14px;}');
		document.write('	.text2	{font-size : 12px; line-height:18px;}');
		document.write('	.text2e	{font-family : sans-serif; font-size : 12px; line-height:18px;}');
		document.write('	.text3	{font-size : 14px; line-height:20px;}');
		document.write('	.text4	{font-size : 18px; line-height:24px;}');
		document.write('	.text5	{font-family : Arial; font-size : 22px; line-height:30px;}');
		document.write('	.text6	{color: #990000; font-size : 12px; line-height:18px;}');
		document.write('	.dashed	{color: #55595F; border-bottom:1px #55595F dashed;}');

		
		document.write('	a:link {color: #990000; text-decoration: none; font-weight: 400;}');
		document.write('	a:visited {color: #333333; text-decoration: none; font-weight: 400;}');
		document.write('	a:hover {color: #660000; text-decoration: underline; font-weight: 400;}');
		document.write('	a.wht:link {color: #FFFFFF; text-decoration: none; font-weight: 400;}');
		document.write('	a.wht:visited {color: #FFFFFF; text-decoration: none; font-weight: 400;}');
		document.write('	a.wht:hover {color: #f775b9; text-decoration: underline; font-weight: 400;}');
		
		

		document.write('\/\/ -->');
		document.write('</STYLE>');
	}
} else if (mac) {
	if (navigator.appVersion.charAt(0) >= 4) {
		document.write('<STYLE TYPE="text/css">');
		document.write('<!--');
		document.write('	td	{font-family : sans-serif; font-size : 12px; line-height:18px;}');
		document.write(' .t_ffffcc {background-color: #FFFFCC; padding: 8px 8px 8px 8px;}');
		
		document.write('	.text1-2	{font-size : 10px; line-height:11px;}');
		document.write('	.text1-2e	{font-family : sans-serif;font-size : 10px; line-height:11px;}');
		document.write('	.text1	{font-size : 10px; line-height:14px;}');
		document.write('	.text2	{font-size : 12px; line-height:18px;}');
		document.write('	.text2e	{font-family : sans-serif; font-size : 12px; line-height:18px;}');
		document.write('	.text3	{font-size : 14px; line-height:20px;}');
		document.write('	.text4	{font-size : 18px; line-height:24px;}');
		document.write('	.text5	{font-family : Arial; font-size : 22px; line-height:30px;}');
		document.write('	.text6	{color: #990000; font-size : 12px; line-height:18px;}');
		document.write('	.dashed	{color: #55595F; border-bottom:1px #55595F dashed;}');
		

		document.write('	a:link {color: #990000; text-decoration: none; font-weight: 400;}');
		document.write('	a:visited {color: #333333; text-decoration: none; font-weight: 400;}');
		document.write('	a:hover {color: #660000; text-decoration: underline; font-weight: 400;}');
		document.write('	a.wht:link {color: #FFFFFF; text-decoration: none; font-weight: 400;}');
		document.write('	a.wht:visited {color: #FFFFFF; text-decoration: none; font-weight: 400;}');
		document.write('	a.wht:hover {color: #f775b9; text-decoration: underline; font-weight: 400;}');
		

		
		


		document.write('\/\/ -->');
		document.write('</STYLE>');
	}
}
