document.writeln('<style>');
document.writeln('.main{ border-left:4px solid #01567F; border-right:4px solid #01567F; border-bottom:4px solid #01567F; background:#E1FAF7; }');
document.writeln('.td1{ width:192px; height:26px; border-right:1px solid white; background:#FEE45C; border-bottom:1px solid white; }');
document.writeln('.td2{ width:592px; border-left:1px solid #F2F3F5; background:#B2F0ED; border-bottom:1px solid white; }');
document.writeln('.td3{ width:8px; border-left:1px solid white; background:#B2F0ED; border-bottom:1px solid white; }');
document.writeln('.td4{ background:url(images/left-bg.gif); }');
document.writeln('.photo{ background:#FDFFE7; }');
document.writeln('.td5{ width:591px; background:#E7FFFD; }');
document.writeln('.td6{ width:8px; border-left:1px solid white; background:#E7FFFD; }');
document.writeln('.td7{ width:191px; background:#FDFFE7; border-right:1px solid #F2F3F5; border-top:1px solid white; }');
document.writeln('.td8{ background:#E7FFFD; border-left:1px solid white; border-top:1px solid white; }');
document.writeln('.td9{ width:8px; border-left:1px solid white; background:#E7FFFD; border-top:1px solid white; }');
document.writeln('.content{ padding:10px; }');
document.writeln('.l {color:#2B4AA5;}');
document.writeln('.text{font-family:arial,helvetica; font-size:12px; color:#462C09;}');
document.writeln('.rlink{color:#00406C;}');
document.writeln('.rlink:hover{color:#00305C; background:#e2eEe2;}');
document.writeln('body{color:#00604B;}');
document.writeln('</style>');

function writeSectionTop(where){
image=where.toLowerCase().replace(/ /g,'');
document.writeln('<table width="792" cellspacing="0" cellpadding="0"><tr><td class="td1"><br></td><td class="td2" align="right"><img src="images/header-'+image+'.gif" border="0" alt="'+where+'"></td><td class="td3"><br></td></tr></table><table width="792" cellspacing="0" cellpadding="0"><tr><td valign="top" class="td4"><img src="images/photo-left.gif" width="193" height="354" alt="" class="photo"></td><td class="td5" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td valign="top"><img src="images/photo-right.gif" width="23" height="354" alt=""></td><td valign="top" class="content">');
}
function writeSectionBottom(){
document.writeln('</td></tr></table></td><td class="td6"><br></td></tr></table><table width="792" cellspacing="0" cellpadding="0"><tr><td class="td7"><br></td><td class="td8"><br></td><td class="td9"><br></td></tr></table>');
}