document.writeln("<STYLE>");
document.writeln("<!--");
document.writeln("a.f {text-decoration:none; color:brown;}");
document.writeln("a.f:hover {text-decoration:none; color:red; border-bottom: 1px dashed; border-color: brown;}");
document.writeln("a.g {text-decoration:none; color:white;}");
document.writeln("a.g:hover {text-decoration:none; color:yellow;}");
document.writeln("h1 {");
document.writeln("font-family : Arial, Helvetica, sans-serif;");
document.writeln("margin-bottom : 0px;");
document.writeln("padding-bottom : 0px;");
document.writeln("margin-top : 0px;");
document.writeln("padding-top : 0px;");
document.writeln("font-size : 18px;");
document.writeln("color : Black;");	
document.writeln("}");	
document.writeln("h2 {");
document.writeln("font-family : Arial, Helvetica, sans-serif;");
document.writeln("margin-bottom : 0px;");
document.writeln("padding-bottom : 0px;");
document.writeln("margin-top : 0px;");
document.writeln("padding-top : 0px;");
document.writeln("font-size : 18px;");
document.writeln("color : Black;");	
document.writeln("}");	
document.writeln("-->");
document.writeln("</STYLE>");

function MM_reloadPage(init) {
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
