// stylefix.js

<!--

document.writeln( "<style type=\"text/css\">" );

document.writeln( "table.container { border-left: 1px #5C8608 solid; border-right: 1px #5C8608 solid; border-bottom: 1px #5C8608 solid; }" );

document.writeln( "caption { background: #5C8608 url(/images/corner2.gif) no-repeat right top; border-bottom: 2px solid #016600; }" );

document.writeln( "</style>" );

//-->
