BODY { margin:20px 0px 20px 0px; background-color:#c4a468; color:#ffffff; font-family:verdana; font-size:12px; }

P { margin:0px; padding:0px; }

a { color:#ffffff; text-decoration:none; }
a:hover { color:#ffffff; text-decoration:underline; }

#main_table { margin:0px auto 0px auto; }
#main_table td { line-height:18px; }

#lightbox { position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; background-image:url(images/overlay.png); }
* html #lightbox { position:absolute; top:0px; left:0px; width:expression(document.documentElement.clientWidth + 'px' ); height:expression(document.documentElement.clientHeight + 'px' ); text-align:center; background-color:#a0a0a0; }

#lightbox_img { cursor:pointer; max-width:800px; width:expression(this.width > 800 ? 800: true); border:solid #ffffff; border-width:10px; }

* html img { behavior:url(iepngfix.htc); }
