window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","all","#cccccc","#0000ff","smooth");
Rounded("div#header h1","all","#0000ff","#000000","small smooth");
Rounded("div#content","all","#CCCCCC","#FFFFFF","smooth");
Rounded("div#content2","all","#CCCCCC","#FFFFFF","smooth");
Rounded("div#navfr","all","#CCCCCC","#ece9d8","smooth");
Rounded("div#navcp","all","#CCCCCC","#ece9d8","smooth");
Rounded("div#navwater","all","#CCCCCC","#ece9d8","smooth");
Rounded("div#navoil","all","#CCCCCC","#ece9d8","smooth");
Rounded("div#navst","all","#CCCCCC","#ece9d8","smooth");
Rounded("div#navsim","all","#CCCCCC","#ece9d8","smooth");
Rounded("div#navw","all","#CCCCCC","#ffffff","smooth");
Rounded("div#sidenotes","all","#CCCCCC","#999999","smooth");
Rounded("form","all","#cccccc","#ffffff","smooth");
Rounded("div#footer","all","#D6DEEC","#999999","small border #ffffff");
Rounded("datareq","all","#FFF","#CDFFAA","border #88D84F");
}