document.write("<STYLE TYPE='text/css'><!--");
var osver = navigator.platform.indexOf("Win");
var brplat = navigator.appName.indexOf("Microsoft");
var brver = navigator.appVersion.charAt(0);
var mbase = false;
	if(osver == -1) {
		if(brplat != -1 && navigator.appVersion.charAt(22) < 5) {mbase = "macie4";}
		else if(brplat == -1 && brver < 5) {mbase = "macnn4";}
		else if(brplat == -1 && brver >= 5) {mbase = "macnn6";}
	}

	if(mbase == "macie4" || mbase == "macnn4"){
		document.write(".newsdate { font-size: 12pt; color: #cc0000;}");
		document.write(".base { font-family: Arial; font-size: 12pt;}");
		document.write(".base-h { font-family: Arial; font-size: 12pt; line-height: 130%;}");
		document.write(".base-h-blue { font-family: Arial; font-size: 12pt; line-height: 130%; color: #000080;}");
		document.write(".onedown { font-family: Arial; font-size: 10pt;}");
		document.write(".onedown-h { font-family: Arial; font-size: 10pt; line-height: 130%;}");
		document.write(".oneup { font-size: 14pt; }");                
		document.write("#gotop{position:absolute;}");

	}
	else if(mbase == "macnn6"){
		document.write(".newsdate { font-size: 9pt; color: #cc0000;}");
		document.write(".base { font-family: Arial; font-size: 9pt;}");
		document.write(".base-h { font-family: Arial; font-size: 9pt; line-height: 130%;}");
		document.write(".base-h-blue { font-family: Arial; font-size: 9pt; line-height: 130%; color: #000080;}");
		document.write(".onedown { font-family: Arial; font-size: 8pt;}");
		document.write(".onedown-h { font-family: Arial; font-size: 8pt; line-height: 130%;}");
		document.write(".oneup { font-size: 12pt; }");
		document.write("#gotop{position:absolute;}");
	}
	else{
		document.write(".newsdate { font-size: 10pt; color: #cc0000;}");
		document.write(".base { font-family: Arial; font-size: 10pt;}");
		document.write(".base-h { font-family: Arial; font-size: 10pt; line-height: 130%;}");
		document.write(".base-h-blue { font-family: Arial; font-size: 10pt; line-height: 130%; color: #000080;}");
		document.write(".onedown { font-family: Arial; font-size: 8pt;}");
		document.write(".onedown-h { font-family: Arial; font-size: 8pt; line-height: 130%;}");
		document.write(".oneup { font-size: 12pt; }");
		document.write("#gotop{position:absolute;}");
	}
document.write("A:Hover{color : #FF7F40;}");
document.write("//--></style>");