mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;

/* Main CSS Ver.2.1 */
document.write('<style type="text/css"><!--');
if(mac)
{	//Mac IE NC
	document.write('body, td	{ font-Size:12px; line-height:14px }');
	document.write('.t09		{ font-Size:9px; line-height:11px }');
	document.write('.t10		{ font-Size:10px; line-height:12px }');
	document.write('.t12		{ font-Size:12px; line-height:14px }');
	document.write('.t14		{ font-Size:14px; line-height:16px }');
	document.write('.t18		{ font-Size:18px; line-height:20px }');

}else{	if(document.all){
		//WIN IE
		document.write('body, td	{ font-Size:12px; line-height:14px }');
		document.write('.t09		{ font-Size: 9px; line-height:11px }');
		document.write('.t10		{ font-Size:11px; line-height:12px }');
		document.write('.t12		{ font-Size:12px; line-height:14px }');
		document.write('.t14		{ font-Size:14px; line-height:16px }');
		document.write('.t18		{ font-Size:18px; line-height:20px }');

	}else{		//WIN NC
		document.write('body, td	{ font-Size:12px; line-height:14px }');
		document.write('.t09		{ font-Size:10px; line-height:11px }');
		document.write('.t10		{ font-Size:11px; line-height:12px }');
		document.write('.t12		{ font-Size:12px; line-height:14px }');
		document.write('.t14		{ font-Size:15px; line-height:16px }');
		document.write('.t18		{ font-Size:19px; line-height:20px }');

	}}/* Option CSS */
document.write('body {color: #333333;background-color: #FFFFFF; text-decoration: none}');
document.write('A:link{color: #0000FF; text-decoration: none}');

document.write('--></style>');