/* ------------------------------------DETAILS:Title: abnamro.cssAuthor: Andy CoffeyBorn: February 2007Version: 1.0 ----------------------------------- *//* MAIN CSS ------------------------------------  */@import url("ah-screen.css");/* IE ONLY ------------------------------------  */@import: url("ah-ie.css");/* PRINT ------------------------------------  */@media print {html {width:100%}body {margin:0;padding:0;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12pt;line-height:16pt;background-color:#fff;color:#000;}#contentwrap abbr[title]:after, acronym[title]:after {content:"(" attr(title) ")"; background-color:#fff; color:#000;/*expand out abbreviations*/}img{display:block;border:0}/* Layout */#contentwrap {margin:0;padding:0;background:#fff;color:#000}/* Display OFF *//* Headers */h1, h2, h3 {font-weight:bold;background-color:#fff;color:#000}h2 {font-size:1.5em;line-height:1;margin:0 0 0px 0}h3 {font-size:12pt}/* Links */a:link, a:visited {text-decoration:underline;font-weight:bold;background-color:#fff;color:#000}#contentwrap a:link:after, #contentwrap a:visited:after {content:" ("attr(href)")"; font-size:11pt;background-color:#fff;color:#000 /* reveal link URLs - or use the neater http://alistapart.textdrive.com/articles/improvingprint */}a img {border-width:0}/* Suppress the floats */#contentwrap {float:none !important}/* Suppress the widths */#contentwrap {width:auto;}}