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:#CC3366;}");		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(".navi { font-size: 8pt; line-height: 130%;color:#CC3366;}");		}//--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:#CC3366;}");		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(".navi { font-size: 10pt; line-height: 130%;color:#CC3366;}");		}	}//--Windows	if(Win){		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:#CC3366;}");		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(".navi { font-size: 8pt; line-height: 130%;color:#CC3366;}");		}document.write("a:link{text-decoration : none ;color:#CC3366;}");document.write("a:active{text-decoration : none ;color:#CC3366;}");document.write("a:visited{text-decoration : none ;color:#CC3366;}");document.write("a:Hover{text-decoration: underline;color:#CC3366;}");document.write("//--></style>");