document.write("<style type=\"text/css\">");
if (navigator.appName.substring(0,9) == "Microsoft") {
	document.write("	A:LINK {font-weight: bold; TEXT-DECORATION: underline; color: \"#0000FF\";}");
	document.write("	A:VISITED { TEXT-DECORATION: underline; color: \"#000066\";}");
	document.write("	A:ACTIVE { TEXT-DECORATION: bold; }");
	document.write("	A:HOVER { COLOR:\"#ff6600\"; TEXT-DECORATION: none;}");
	document.write("    .large {font-family: arial, verdana, sans-serif; font-size: 13px; font-weight: bold;}");
	document.write("    .bigger {font-family: Arial, sans-serif; font-size: 13px; font-weight: normal;}");
	document.write("    .normal {font-family: Arial, sans-serif; font-size: 11px; font-weight: normal;}");
	document.write("    .small {font-family: Arial, sans-serif; font-size: 10px; font-weight: normal;}");
}
document.write("</style>");