<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ------- Global Layout --------- */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, caption
{  
/* Using a zeroing selector removes the browser default values, which can vary greatly from browser to browser. */ 
    margin: 0; 
    padding: 0;
    border: 0;
    outline: none;
}
/*
iframe, ilayer
{
    display: none;
    height: 0px;
    font-size: 0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border: 0px;
    outline: 0px;
}
*/

table, tbody, tfoot, tr, td, th
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-color: #FFF;
}
html {
    /*max-height:100.1%;  fixes the display height in Mozilla and Firefox 
    height: 100%;*/
}
/* hide from IE mac \*/
/*html {*/
/* 
if a page is shorter than viewport, it jumps around as Firefox removes scroll bars and 
then adds it again for longer pages 
*/
/*    min-height: 100%;
    margin-bottom: 1px;
}*/
/* end hiding from IE5 mac */

body
{
    width: 100%;
    height: 100%;
    text-align: center;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 100.01%; /* prevents some scaling bugs at smaller sizes in Internet Explorer */
    font-weight: normal;
    color: #FFFFFF;
    background-color: transparent;
    background-image: url(../images/global/ncat-bckgrnd.jpg);
    background-position: top left;
    background-repeat: repeat;
}

.clearFloat
{
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0px;
}

.left {float: left;}
.right {float:right;}</pre></body></html>