<SCRIPT LANGUAGE = "JavaScript1.2">
function loadstyles(platform)
{
	if ((platform == "Win32")) {
	
		document.write("<STYLE TYPE = 'text/javascript'>");
		document.write("classes.keyword.all.fontFamily = 'helvetica, arial';");
		document.write("classes.keyword.all.fontSize = '14px';");
		document.write("classes.keyword.all.marginTop = 4;");
		document.write("classes.keyword.all.marginBottom = 4;");
		document.write("tags.A.textDecoration = 'none';");
		document.write("</STYLE>");
	
	}
	
	if ((platform == "MacPPC")) {
			
		document.write("<STYLE TYPE = 'text/javascript'>");
		document.write("classes.keyword.all.fontFamily = 'helvetica, arial';");
		document.write("classes.keyword.all.fontSize = '14px';");
		document.write("classes.keyword.all.marginTop = 4;");
		document.write("classes.keyword.all.marginBottom = 4;");
		document.write("tags.A.textDecoration = 'none';");
		document.write("</STYLE>");
	
	}
	
	if ((platform == "Win32")) {
			
		document.write("classes.keyword.all.fontFamily = 'helvetica, arial';");
		document.write("classes.keyword.all.fontSize = '14px';");
		document.write("classes.keyword.all.marginTop = 4;");
		document.write("classes.keyword.all.marginBottom = 4;");
		document.write("tags.A.textDecoration = 'none';");
		document.write("</STYLE>");
		
	}
}
</SCRIPT>
<SCRIPT LANGUAGE = "JavaScript1.2">
loadstyles(navigator.platform)
</SCRIPT>
