if(navigator.appVersion.indexOf("Mac") >= 1){

document.write('<STYLE TYPE="TEXT/CSS" MEDIA="ALL">\n');
document.write('<!--\n');
document.write('BODY, TD {font-Size:11px; line-height:1.4; color:#333333;}\n');
document.write('P {font-Size:11px; line-height:1.4; color:#333333;}\n');
document.write('.TIT1 {font-Size:17px; font-weight:bold; line-height:1.4;}\n');
document.write('.TIT2 {font-Size:12px; font-weight:bold;}\n');
document.write('.SML {font-Size:10px; line-height:1.4;}\n');
document.write('.INFO {font-Size:10px; line-height:1.4;}\n');
document.write('.DB {font-Size:12px;}\n');
document.write('.SIDEB {font-Size:10px; color:#666666;}\n');
document.write('a:link {color: #3333FF;}\n');
document.write('a:visited {color: #666699;}\n');
document.write('a:hover {color: #999900;}\n');
document.write('a:active {color: #999900;}\n');
document.write('-->\n');
document.write('</STYLE>\n');

}else{
document.write('<STYLE TYPE="TEXT/CSS" MEDIA="ALL">\n');
document.write('<!--\n');
document.write('BODY, TD {font-Size:12px; line-height:1.4; color:#333333;}\n');
document.write('P {font-Size:12px; line-height:1.4; color:#333333;}\n');
document.write('.TIT1{font-Size:17px; font-weight:bold; line-height:1.4;}\n');
document.write('.TIT2 {font-Size:13px; font-weight:bold;}\n');
document.write('.SML {font-Size:10px; line-height:1.4;}\n');
document.write('.INFO {font-Size:11px; line-height:1.4;}\n');
document.write('.DB {font-Size:13px;}\n');
document.write('.SIDEB {font-Size:10px; color:#666666;}\n');
document.write('a:link {color: #3333FF;}\n');
document.write('a:visited {color: #666699;}\n');
document.write('a:hover {color: #999900;}\n');
document.write('a:active {color: #999900;}\n');
document.write('-->\n');
document.write('</STYLE>\n');
}
