document.writeln("<STYLE>");
document.writeln("<!--");
document.writeln("body {margin: 0px; padding: 0px; background-color: #FFFFFF;}");
document.writeln("a.f {text-decoration:none; color:white;}");
document.writeln("a.f:hover {text-decoration:none; color:white;}");
document.writeln("a.g {text-decoration:none; color:#0000CC;}");
document.writeln("a.g:hover {text-decoration:none; color:red;}");
document.writeln(".medi {");
document.writeln("position:absolute;");
document.writeln("left:-800px;");
document.writeln("top:-10px;");
document.writeln("width:700px;");
document.writeln("height:21px;");
document.writeln("z-index:1;");
document.writeln("visibility: hidden;");
document.writeln("}");
document.writeln("h1, 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);