<STYLE type="text/css">

        /* ############################################## */
        /* --------------- GENERAL STYLES --------------- */
        /* ############################################## */

        body {
            color : #666699; 
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif }

        td {
            font-family : Geneva, Verdana, Arial, sans-serif;
            font-size : 11px;
            color : #666699; }
        
        pre {
	    font-family : Geneva, Verdana, Arial, sans-serif;
	    font-size : 11px;
            color : #666699; }

        div {
            font-family : Geneva, Verdana, Arial, sans-serif;
            font-size : 11px;
            color : #666699; }

        b {
            font-family : Geneva, Verdana, Arial, sans-serif;
            font-weight : bold; }

        /* ############################################## */
        /* ----------------- page title ----------------- */
        /* ############################################## */

        td.pageTitle {
            color : #ffcc00; 
            font-size : 22px;
            font-weight : 900;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        /* ############################################## */
        /* ----------- NAV SPACER CELL COLOR ------------ */
        /* ############################################## */

        td.navSpacer {
            background-color : #ffffff; }

        /* ############################################## */
        /* --------------- FOOTER STYLES ---------------- */
        /* ############################################## */

        a.footer {
            color : #9898cc;
            font-size : 10px;
            font-weight : 600;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.footer:link {
            color : #9898cc;
            font-size : 10px;
            font-weight : 600;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.footer:active {
            color : #9898cc;
            font-size : 10px;
            font-weight : 600;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.footer:visited {
            color : #9898cc;
            font-size : 10px;
            font-weight : 600;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.footer:hover {
            color : #9898cc;
            font-size : 10px;
            font-weight : 600;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        /* ############################################## */
        /* ----------------- LINK STYLES ---------------- */
        /* ############################################## */

        a {
            color : #666699;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : underline; }

        a:link {
            color : #666699;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : underline; }

        a:active {
            color : #000000;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : underline; }

        a:visited {
            color : #666699;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : underline; }

        a:hover {
            color : #666699;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : underline; }

        /* ############################################## */
        /* ---------- TABLE HEADER LINK STYLES ---------- */
        /* ############################################## */

        a.headLink {
            color : #ccccff;
            font-weight : 400;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : underline; }

        a.headLink:link {
            color : #ccccff;
            font-weight : 400;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : underline; }

        a.headLink:active {
            color : #ccccff;
            font-weight : 400;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : underline; }

        a.headLink:visited {
            color : #ccccff;
            font-weight : 400;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : underline; }

        a.headLink:hover {
            color : #ccccff;
            font-weight : 400;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : underline; }

        /* ############################################## */
        /* ----------- MAIN NAV ACTIVE STYLES ----------- */
        /* ############################################## */

        a.navOn {
            color : #ffcc00;
            font-weight : 700;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.navOn:link {
            color : #ffcc00;
            font-weight : 700;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.navOn:active {
            color : #ffcc00;
            font-weight : 700;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.navOn:visited {
            color : #ffcc00;
            font-weight : 700;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.navOn:hover {
            color : #ffcc00;
            font-weight : 700;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        /* ############################################## */
        /* ---------- MAIN NAV INACTIVE STYLES ---------- */
        /* ############################################## */

        a.navOff {
            color : #666666;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.navOff:link {
            color : #666666;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.navOff:active {
            color : #666666;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.navOff:visited {
            color : #666666;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.navOff:hover {
            color : #666666;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        /* ############################################## */
        /* ------ MAIN NAV ACTIVE BACKGROUND STYLE ------ */
        /* ############################################## */

        td.navActive {
            background-color : #666699; }

        td.subNavActive {
            background-color : #666699; }

        td.tertNavActive {
            background-color : #9999cc; }

        /* ############################################## */
        /* ----- MAIN NAV INACTIVE BACKGROUND STYLE ----- */
        /* ############################################## */

        td.navInactive {
            background-color : #cccccc; }

        td.subNavInactive {
            color: #ccccff;
            font-family : Geneva, Verdana, Arial, sans-serif;
            background-color : #666699; }

        td.tertNavInactive {
            color: #ccccff;
            font-family : Geneva, Verdana, Arial, sans-serif;
            background-color : #9999cc; }

        /* ############################################## */
        /* -------------- SUB NAV ON STYLES ------------- */
        /* ############################################## */

        a.subNavOn {
            color : #ffcc00;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.subNavOn:link {
            color : #ffcc00;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.subNavOn:active {
            color : #ffcc00;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.subNavOn:visited {
            color : #ffcc00;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.subNavOn:hover {
            color : #ffcc00;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        /* ############################################## */
        /* ------------- SUB NAV OFF STYLES ------------- */
        /* ############################################## */

        a.subNavOff {
            color : #ccccff;
            font-weight : 500;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.subNavOff:link {
            color : #ccccff;
            font-weight : 500;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.subNavOff:active {
            color : #ccccff;
            font-weight : 500;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.subNavOff:visited {
            color : #ccccff;
            font-weight : 500;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.subNavOff:hover {
            color : #ccccff;
            font-weight : 500;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        /* ############################################## */
        /* ------------ TETIARY NAV ON STYLES ----------- */
        /* ############################################## */

        a.tertNavOn {
            color : #ffcc33;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.tertNavOn:link {
            color : #ffcc33;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.tertNavOn:active {
            color : #ffcc33;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.tertNavOn:visited {
            color : #ffcc33;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.tertNavOn:hover {
            color : #ffcc33;
            font-weight : 800;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        /* ############################################## */
        /* ------------- TERT NAV OFF STYLES ------------- */
        /* ############################################## */

        a.tertNavOff {
            color : #333366;
            font-weight : 500;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.tertNavOff:link {
            color : #333366;
            font-weight : 500;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.tertNavOff:active {
            color : #333366;
            font-weight : 500;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.tertNavOff:visited {
            color : #333366;
            font-weight : 500;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        a.tertNavOff:hover {
            color : #333366;
            font-weight : 500;
            font-size : 11px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            text-decoration : none; }

        /* ############################################## */
        /* --------------- CUSTOM STYLES ---------------- */
        /* ############################################## */

        .copyright { 
            color : #9898cc; 
            font-size : 10px; 
            font-weight : 700; 
            font-family : Geneva, Verdana, Arial, sans-serif;
            font-family : 10px; }

        .errorMessage { 
            font-weight : 900;
            font-family : Geneva, Verdana, Arial, sans-serif; 
            font-size : 11px;
            color : #990000 }

        .signedInAs {
            color : #CBCACB; }
            font-family : Geneva, Verdana, Arial, sans-serif; }

        .small {
            font-family : Geneva, Verdana, Arial, sans-serif;
            font-size : 10px; }

        .loginTitle {
            font-size : 12px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            color : #000000; }

        .companyText {
            font-size : 10px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            color : #333300; }

        .userWelcome {
            font-size : 22px;
            font-weight : 900;
            font-family : Geneva, Verdana, Arial, sans-serif;
            color : #ffcc00; }

        .taskListHeader {
            font-size : 11px;
            font-weight : 400;
            background-color : #cccccc;
            text-decoration : none; 
            font-family : Geneva, Verdana, Arial, sans-serif;
            color : #666699; }

        .taskListBody {
            font-size : 11px;
            font-weight : 800;
            background-color : #ccccff;
            text-decoration : none; 
            font-family : Geneva, Verdana, Arial, sans-serif;
            color : #666699; }

        .taskListFooter {
            line-height : 22px;
            font-size : 11px;
            font-weight : 400;
            background-color : #ffcc00;
            font-family : Geneva, Verdana, Arial, sans-serif;
            color : #666699; }

        .tableFooterTwo {
            font-size : 11px;
            font-weight : 400;
            background-color : #9b9bcc;
            font-family : Geneva, Verdana, Arial, sans-serif;
            color : #333399; }

        .tableFooter {
            line-height : 13px;
            font-size : 11px;
            font-weight : 400;
            background-color : #ffcc00;
            font-family : Geneva, Verdana, Arial, sans-serif;
            color : #666699; }

        .sectionHeader {
            font-size : 16px;
            font-weight : 900;
            font-family : Geneva, Verdana, Arial, sans-serif;
            color : #9b9bcc; }

        .sectionSubHeader {
            font-size : 12px;
            font-family : Geneva, Verdana, Arial, sans-serif;
            color : #333300; }

        .tableHeader {
            font-size : 11px;
            color : #CCCCFF;
            font-family : Geneva, Verdana, Arial, sans-serif;
            background-color : #666699; }

        /* ############################################## */
        /* ----------------- INPUT STYLES --------------- */
        /* ############################################## */

        input {
            padding: 1;
            margin: 1:
            font-family : Geneva, Verdana, Arial, sans-serif;
            font-size : 11px; }

        select {
            margin: 1:
            padding: 1;
            font-family : Geneva, Verdana, Arial, sans-serif;
            font-size : 11px; }

    </STYLE>
