/* DEFAULT STYLEs */

        BODY {
            font-family: Arial, Helvetica, "sans-serif";
            font-size: 14px;
            font-weight: normal;

            text-align: left;
            vertical-align: top;

            color: #000000;
            background-color: #ffffff;

            margin-left: 0px;
            margin-right: 0px;
            margin-top: 0px;
            margin-bottom: 0px;

            scrollbar-face-color:#444455;
            scrollbar-arrow-color:#ffffff;
            scrollbar-track-color:#333344;
            scrollbar-shadow-color:'';
            scrollbar-highlight-color:'';
            scrollbar-3dlight-color:'';
            scrollbar-darkshadow-Color:'';
            }

        TD {
            font-family: Arial, Helvetica, "sans-serif";
            font-size: 14px;
            font-weight: normal;
            color: #000000;
            }


/* LINK STYLES */

    A:link { color:#aaaabb; font-size:14px; font-weight:bold; text-decoration: none; }
    A:visited { color:#aaaabb; font-size:14px; font-weight:bold; text-decoration:none; }
    A:active { color:#ffffff; font-size:14px; font-weight:bold; text-decoration:none; }
    A:hover { color:#ffffff; font-size:14px; font-weight:bold; text-decoration:none; }
    A:focus { color:#ffffff; font-size:14px; font-weight:bold; text-decoration:none; outline: thin dotted invert; }


    A:link IMG.border { border: 1px #aaaabb solid; }
    A:visited IMG.border { border: 1px #aaaabb solid; }
    A:active IMG.border { border: 1px #ffffff solid; }
    A:hover IMG.border { border: 1px #ffffff solid; }
    A:focus IMG.border { border: 1px dotted invert; }



/* FORM STYLES */

    INPUT {
            font-family: Verdana, Arial, Helvetica, "sans-serif";
            font-size: 9px;
            font-weight: bold;
            background-color: #cccccc;
            color: #333333;
    }

    SELECT {
            font-family: Verdana, Arial, Helvetica, "sans-serif";
            font-size: 9px;
            font-weight: bold;
            background-color: #cccccc;
            color: #333333;
    }

    TEXTAREA {
            font-family: Verdana, Arial, Helvetica, "sans-serif";
            font-size: 9px;
            font-weight: bold;
            background-color: #cccccc;
            color: #333333;
    }

    SELECT.design {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
            font-weight: bold;
            color: #333333;
            background-color: #cccccc;
    }
