@import "L_2column.css";@import "S_default.css";/* need to explicitly include these files here to work around a printing bug in IE6/win - SA 09/04/2004 *//* ------------------------------------------------------------------------- *//* SETUP */.wrapper {    width: 720px;                    /* total width */                                     /* a specific size for A4 paper - SA 04/04/2004 */}/* ------------------------------------------------------------------------- *//* CONTENT ADJUSTMENTS SPECIFIC TO THIS STYLE - SA 09/04/2004 */body {    background-color: #fff;    }h1#logotype, h2, h2#strapline, h3, h4, h5 {    color: #000000;    }a#ku24 {    color: #000000;    }a#ku24:visited {    color: #000000;    }a#ku24home {    color: #000000;    }#footernavigation {    display: none;    }span.footnote {    display: inline;    }#footnotes {    display: block;    }a {    border-bottom: 1px solid #000000;    }a:visited, {    color: #000000;    background-color: transparent;    border-bottom: 1px solid #000000;    }a.thispage:visited {    color: #000000;    background-color: transparent;    border-bottom: 1px solid #ffffff;    }#footer p {    color: #000000;    background-color: transparent;    }#footer a {    color: #000000;    background-color: transparent;    border-bottom: 1px solid #000000;    }#footer a:visited {    color: #000000;    background-color: transparent;    border-bottom: 1px solid #000000;    }#thirdcolumncontent {    display: none;    }/* ------------------------------------------------------------------------- *//* ANCHORS AS MENU ITEMS */#Smaller, #Default, #Larger, #Other,a.menuitem {    outline: none;    color: #000000;    background-color: transparent;    font-size: 9px;    font-weight: normal;    text-transform: none;    letter-spacing: 1px;    text-decoration: none;    border-bottom: 1px solid #000000; /* changed from default template */    }a.menuitem:visited {    color: #000000; /* changed from default template */    background-color: transparent;    border-bottom: 1px solid #000000; /* changed from default template */    }#Smaller:hover, #Default:hover, #Larger:hover, #Other:hover, #Print:hover,a.menuitemhover,a.menuitem:hover {    color: #ff0000;    background-color: transparent;    font-size: 9px;    font-weight: normal;    text-transform: none;    letter-spacing: 1px;    text-decoration: none;    border-bottom: 1px solid #ff0000;    cursor: pointer;    }#Print, #Print:hover,a.thispage {    outline: none;    color: #000000; /* changed from default template */    background-color: transparent;    font-size: 9px;    text-decoration: none;    border-bottom: 0px solid #000000; /* changed from default template */    font-weight: normal;    text-transform: none;    letter-spacing: 1px;    cursor: default;    }