
var pltfm = navigator.userAgent;
var brsname = navigator.appName.charAt(0);
var brsver = navigator.appVersion.charAt(0);

if(pltfm.indexOf('Mac') != -1) {
	if(brsname == 'N' && brsver < '5') {
		document.write("<style type='text/css'>"+"\n");
		document.write(".sml { font-size: 10px; line-height: 14px;}"+"\n");
		document.write(".smlnlh { font-size: 10px;}"+"\n");
		document.write(".mid{ font-size: 12px; line-height: 18px;}"+"\n");
		document.write(".lag { font-size: 14px; line-height: 20px;}"+"\n");
		document.write(".notes{ font-size: 10px; line-height: 14px; color: #333333;}"+"\n");
		document.write(".notesnonlh{ font-size: 10px; color: #333333;}"+"\n");
		document.write(".text{ font-size: 12px; line-height: 17px;}"+"\n");
		document.write(".textnonlh{ font-size: 12px;}"+"\n");
		document.write(".guard{ font-size: 10px; line-height: 14px;}"+"\n");
		document.write(".copyright{ font-size: 10px; font-family: 'Arial';}"+"\n");
		document.write(".copyrightupdate{ font-size: 10px; font-family: 'Arial';}"+"\n");
		document.write(".campaign{ font-size: 12px;}"+"\n");
		document.write(".campaigndate{ font-size: 12px; font-weight: bold; color: #336600;}"+"\n");
		document.write(".whatsnew{ font-size: 12px;}"+"\n");
		document.write(".whatsnewdate{ font-size: 12px; font-weight: bold; color: #993333;}"+"\n");
		document.write(".headline{ font-size: 14px; line-height: 20px; font-weight: bold; color: #CC6600;}"+"\n");
		document.write(".headlinenonlh{ font-size: 14px; font-weight: bold; color: #CC6600;}"+"\n");
		document.write("</style>");
	}
	else if(brsname == 'N' && brsver >= '5') {
		document.write("<style type='text/css'>"+"\n");
		document.write(".sml { font-size: 10px; line-height: 14px; font-family: 'Osaka';}"+"\n");
		document.write(".smlnlh { font-size: 10px; font-family: 'Osaka';}"+"\n");
		document.write(".mid { font-size: 12px; line-height: 18px; font-family: 'Osaka';}"+"\n");
		document.write(".lag { font-size: 14px; line-height: 20px; font-family: 'Osaka';}")+"\n";
		document.write(".notes{ font-size: 10px; line-height: 14px; font-family: 'Osaka'; color: #333333;}"+"\n");
		document.write(".notesnonlh{ font-size: 10px; font-family: 'Osaka'; color: #333333;}"+"\n");
		document.write(".text{ font-size: 12px; line-height: 18px; font-family: 'Osaka';}"+"\n");
		document.write(".textnonlh{ font-size: 12px; font-family: 'Osaka';}"+"\n");
		document.write(".guard{ font-size: 10px; line-height: 14px; font-family: 'Osaka';}"+"\n");
		document.write(".copyright{ font-size: 10px; font-family: 'Arial';}"+"\n");
		document.write(".copyrightupdate{ font-size: 10px; font-family: 'Arial';}"+"\n");
		document.write(".campaign{ font-size: 12px; font-family: 'Osaka';}"+"\n");
		document.write(".campaigndate{ font-size: 12px; font-family: 'Osaka'; font-weight: bold; color: #336600;}"+"\n");
		document.write(".whatsnew{ font-size: 12px; font-family: 'Osaka';}"+"\n");
		document.write(".whatsnewdate{ font-size: 12px; font-family: 'Osaka'; font-weight: bold; color: #993333;}"+"\n");
		document.write(".headline{ font-size: 14px; line-height: 20px; font-family: 'Osaka'; font-weight: bold; color: #CC6600;}")+"\n";
		document.write(".headlinenonlh{ font-size: 14px; font-family: 'Osaka'; font-weight: bold; color: #CC6600;}")+"\n";
		document.write("</style>");
	}
	else if(brsname == 'M') {
		document.write("<style type='text/css'>"+"\n");
		document.write(".sml { font-size: 10px; line-height: 14px; font-family: 'Osaka';}"+"\n");
		document.write(".smlnlh { font-size: 10px; font-family: 'Osaka';}"+"\n");
		document.write(".mid{ font-size: 12px; line-height: 18px; font-family: 'Osaka';}"+"\n");
		document.write(".lag { font-size: 14px; line-height: 20px; font-family: 'Osaka';}"+"\n");
		document.write(".notes { font-size: 10px; line-height: 14px; font-family: 'Osaka'; color: #333333;}"+"\n");
		document.write(".notesnonlh{ font-size: 10px; font-family: 'Osaka'; color: #333333;}"+"\n");
		document.write(".text{ font-size: 12px; line-height: 18px; font-family: 'Osaka';}"+"\n");
		document.write(".textnonlh{ font-size: 12px; font-family: 'Osaka';}"+"\n");
		document.write(".guard{ font-size: 10px; line-height: 14px; font-family: 'Osaka';}"+"\n");
		document.write(".copyright{ font-size: 9px; font-family: 'Arial';}"+"\n");
		document.write(".copyrightupdate{ font-size: 9px; font-family: 'Arial';}"+"\n");
		document.write(".campaign{ font-size: 12px; font-family: 'Osaka';}"+"\n");
		document.write(".campaigndate{ font-size: 12px; font-family: 'Osaka'; font-weight: bold; color: #336600;}"+"\n");
		document.write(".whatsnew{ font-size: 12px; font-family: 'Osaka';}"+"\n");
		document.write(".whatsnewdate{ font-size: 12px; font-family: 'Osaka'; font-weight: bold; color: #993333;}"+"\n");
		document.write(".headline{ font-size: 14px; line-height: 20px; font-family: 'Osaka'; font-weight: bold; color: #CC6600;}"+"\n");
		document.write(".headlinenonlh{ font-size: 14px; font-family: 'Osaka'; font-weight: bold; color: #CC6600;}"+"\n");
		document.write("</style>");
	}
}
else if(pltfm.indexOf('Win') != -1) {
	if(brsname == 'N' && brsver < '5') {
		document.write("<style type='text/css'>"+"\n");
		document.write(".sml { font-size: 11px; line-height: 15px;}"+"\n");
		document.write(".smlnlh { font-size: 11px;}"+"\n");
		document.write(".mid{ font-size: 13px; line-height: 19px;}"+"\n");
		document.write(".lag { font-size: 15px; line-height: 21px;}"+"\n");
		document.write(".notes{ font-size: 11px; line-height: 15px; color: #333333;}"+"\n");
		document.write(".notesnonlh{ font-size: 11px; color: #333333;}"+"\n");
		document.write(".text{ font-size: 13px; line-height: 19px;}"+"\n");
		document.write(".textnonlh{ font-size: 13px;}"+"\n");
		document.write(".guard{ font-size: 11px; line-height: 15px;}"+"\n");
		document.write(".copyright{ font-size: 11px; font-family: 'Arial';}"+"\n");
		document.write(".copyrightupdate{ font-size: 11px; font-family: 'Arial';}"+"\n");
		document.write(".campaign{ font-size: 13px;}"+"\n");
		document.write(".campaigndate{ font-size: 13px; font-weight: bold; color: #336600;}"+"\n");
		document.write(".whatsnew{ font-size: 13px;}"+"\n");
		document.write(".whatsnewdate{ font-size: 13px; font-weight: bold; color: #993333;}"+"\n");
		document.write(".headline{ font-size: 15px; line-height: 21px; font-weight: bold; color: #CC6600;}"+"\n");
		document.write(".headlinenonlh{ font-size: 15px; font-weight: bold; color: #CC6600;}"+"\n");
		document.write("</style>");
	}
	else if(brsname == 'N' && brsver >= '5') {
		document.write("<style type='text/css'>"+"\n");
		document.write(".sml{ font-size: 10px; line-height: 14px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".smlnlh{ font-size: 10px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".mid{ font-size: 12px; line-height: 18px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".lag{ font-size: 14px; line-height: 20px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".notes{ font-size: 10px; line-height: 14px; font-family: '‚l‚r ‚oƒSƒVƒbƒN'; color: #333333;}"+"\n");
		document.write(".notesnonlh{ font-size: 10px; font-family: '‚l‚r ‚oƒSƒVƒbƒN'; color: #333333;}"+"\n");
		document.write(".text{ font-size: 12px; line-height: 18px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".textnonlh{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".guard{ font-size: 10px; line-height: 14px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".copyright{ font-size: 10px; font-family: 'Arial';}"+"\n");
		document.write(".copyrightupdate{ font-size: 10px; font-family: 'Arial';}"+"\n");
		document.write(".campaign{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".campaigndate{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN'; font-weight: bold; color: #336600;}"+"\n");
		document.write(".whatsnew{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".whatsnewdate{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN'; font-weight: bold; color: #993333;}"+"\n");
		document.write(".headline{ font-size: 14px; line-height: 20px; font-family: '‚l‚r ‚oƒSƒVƒbƒN'; font-weight: bold; color: #CC6600;}"+"\n");
		document.write(".headlinenonlh{ font-size: 14px; font-family: '‚l‚r ‚oƒSƒVƒbƒN'; font-weight: bold; color: #CC6600;}"+"\n");
		document.write("</style>");
	}
	else if(brsname == 'M') {
		document.write("<style type='text/css'>"+"\n");
		document.write(".sml{ font-size: 10px; line-height: 14px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".smlnlh{ font-size: 10px; line-height: 16px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".mid{ font-size: 12px; line-height: 18px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".lag{ font-size: 14px; line-height: 20px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".notes{ font-size: 10px; line-height: 14px; font-family: '‚l‚r ‚oƒSƒVƒbƒN'; color: #333333;}"+"\n");
		document.write(".notesnonlh{ font-size: 10px; font-family: '‚l‚r ‚oƒSƒVƒbƒN'; color: #333333;}"+"\n");
		document.write(".text{ font-size: 12px; line-height: 18px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".textnonlh{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".guard{ font-size: 10px; line-height: 14px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".copyright{ font-size: 10px; font-family: 'Arial';}"+"\n");
		document.write(".copyrightupdate{ font-size: 10px; font-family: 'Arial';}"+"\n");
		document.write(".campaign{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".campaigndate{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN'; font-weight: bold; color: #336600;}"+"\n");
		document.write(".whatsnew{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN';}"+"\n");
		document.write(".whatsnewdate{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN'; font-weight: bold; color: #993333;}"+"\n");
		document.write(".headline{ font-size: 14px; line-height: 20px; font-weight: bold; color: #CC6600;}"+"\n");
		document.write(".headlinenonlh{ font-size: 14px; font-weight: bold; color: #CC6600;}"+"\n");
		document.write("</style>");
	}
}
