
<!-- hide from other browsers
if(navigator.appVersion.indexOf("Mac") >= 1){
	document.write('<style type="text/css"><!--');
	document.write('.huge {font-Size:24px; line-height:24px}');
	document.write('.large {font-Size:18px; line-height:20px}');
	document.write('.main {font-Size:12px; line-height:16px}');
	document.write('.small {font-Size:10px; line-height:14px}');
	document.write('.sbr {font-Size:10px; line-height:12px}');
	document.write('.main_line18 {font-size:12px; line-height:20px}');
	document.write('.2nd { margin-left: 20px }');
	document.write('--></style>');	
	}
else{
	document.write('<style type="text/css"><!--');
	document.write('.huge {font-Size:24px; line-height:24px}');
	document.write('.large {font-Size:18px; line-height:20px}');
	document.write('.main {font-Size:12px; line-height:16px}');
	document.write('.small {font-Size:11px; line-height:15px}');
	document.write('.sbr {font-Size:11px; line-height:13px}');
	document.write('.main_line18 {font-size:12px; line-height:20px}');
	document.write('.2nd { margin-left: 20px }');
	document.write('--></STYLE>');	
	}
//-->
