var Mac = navigator.appVersion.indexOf('Mac',0) != -1;
var Win = navigator.appVersion.indexOf('Win',0) != -1;
var NN = navigator.appName.indexOf('Netscape',0) != -1;
var IE = navigator.appName.indexOf('Microsoft Internet Explorer',0) != -1;
var Version = navigator.appVersion.charAt(0);
if(navigator.appVersion.indexOf('MSIE 5',0) != -1){Version++;}

document.write("<STYLE TYPE='text/css'><!--");
//--Macintosh
if(Mac){
//--96dpi Browser(IE5ENN6)
	if(Version >= 5){
		document.write(".lh	{ line-height: 130%}");
		document.write(".lh2	{ line-height: 160%}");
		document.write("TD { font-size: 9pt;}");
		document.write("A { font-size: 9pt;color:#079997;}");
		document.write("font { font-size: 9pt;}");
		document.write(".onedown { font-size: 8pt;}");
		document.write(".onedown-h { font-size: 8pt; line-height: 130%;}");
		document.write(".oneup { font-size: 11pt; }");
		document.write(".twoup { font-size: 14pt; }");
		document.write(".whatnew { font-size: 9pt;color:#079997; line-height: 130%;}");
		}
//--NN4.~`EIE4.~
	else{
		document.write(".lh	{ line-height: 130%}");
		document.write(".lh2	{ line-height: 160%}");
		document.write("TD { font-size: 12pt;}");
		document.write("A { font-size: 12pt;color:#079997;}");
		document.write("font { font-size: 12pt;}");
		document.write(".onedown { font-size: 10pt;}");
		document.write(".onedown-h { font-size: 10pt; line-height: 130%;}");
		document.write(".oneup { font-size: 14pt; }");
		document.write(".twoup { font-size: 18pt; }");
		document.write(".whatnew { font-size: 12pt;color:#079997; line-height: 130%;}");
		}
	}

//--Windows
	if(Win){
		document.write(".lh	{ line-height: 160%}");
		document.write(".lh2	{ line-height: 180%}");
		document.write("TD { font-size: 9pt;}");
		document.write("A { font-size: 9pt;color:#079997;}");
		document.write("font { font-size: 9pt;}");
		document.write(".onedown { font-size: 8pt;}");
		document.write(".onedown-h { font-size: 8pt; line-height: 130%;}");
		document.write(".oneup { font-size: 11pt; }");
		document.write(".twoup { font-size: 14pt; }");
		document.write(".whatnew { font-size: 9pt;color:#079997; line-height: 160%;}");
		}
document.write("a:link{text-decoration : underline ;color:#079997;}");
document.write("a:active{text-decoration : none ;color:#ffb23f;}");
document.write("a:visited{text-decoration : underline ;color:#079997;}");
document.write("a:Hover{text-decoration: underline;color:#ffb23f;}");
document.write("//--></style>");
