document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") != -1) {
	document.writeln(".sml{font-size:10px; line-height:130%}");
	document.writeln(".mdl{font-size:12px; line-height:130%}");
	document.writeln(".lrg{font-size:16px; line-height:140%}");
	document.writeln(".title{font-size:16px; line-height:130%; font-weight: bold; color:#AE0E1E}");
	document.writeln(".topics{font-size:12px; line-height:110%}");
} else {
	if( navigator.appName == "Netscape" )
	{
		document.writeln(".sml{font-size:x-small; line-height:130%}");
		document.writeln(".mdl{font-size:small; line-height:140%}");
		document.writeln(".lrg{font-size:medium; line-height:140%}");
		document.writeln(".title{font-size:medium; line-height:130%; font-weight: bold; color:#AE0E1E}");
		document.writeln(".topics{font-size:small; line-height:110%}");
	 } else {
		document.writeln(".sml{font-size:xx-small; line-height:130%}");
		document.writeln(".mdl{font-size:x-small; line-height:140%}");
		document.writeln(".lrg{font-size:medium; line-height:140%}");
		document.writeln(".title{font-size:medium; line-height:130%; font-weight: bold; color:#AE0E1E}");
		document.writeln(".topics{font-size:x-small; line-height:110%}");
	 }
}
document.writeln("--></STYLE>");
