/************************************************ links */

    A:link {
        text-decoration:    underline;
        color:          #0000ff;
    }

    A:active {
        text-decoration:    none;
        color:          #990099;
    }

    A:visited {
        text-decoration:    underline;
        color:          990099;
    }


    A:hover {
        color:          #990099;
    }

/************************************************ main */

    /****
        BODY, TD, and .content should all be the same.
        Most styles do not pass through <TABLE> and <TR>,
        except for background image and color for <TABLE>.
    */

    BODY {
        font-size:      12px;
        color:          #000000;
        font-family:        arial, sans-serif;
        background-color:   #efefef;
    }

    TD, .content {
        font-size:      12px;
        color:          #000000;
        font-family:        arial, sans-serif;
    }

    .content B {
        font-size:      12px;
        color:          #000000;
        font-family:        arial, sans-serif;
    }

/************************************************ login */

.loginRegular {
        color:      #000000;
        font-family:    arial;
        font-size:  12px;
    }

.loginTitle {
    color:      #000000;
    font-family:    arial;
    font-size:  14px;
}

.loginSmall {
    color:      #000000;
    font-family:    arial;
    font-size:  10px;
}

.loginForm {
    color:      #000000;
    font-family:    arial;
    font-size:  12px;
    font-weight: bold;  
}

.loginSendPasswordBackground {
    background-color: #cccccc;
}

.loginBackGround {
   background-color: #cccccc;
}

A.login:link {
    text-decoration:    underline;
    color:          #0000ff;
}

A.login:active {
    text-decoration:    none;
    color:          #990099;
}

A.login:visited {
    text-decoration:    underline;
    color:          #990099;
}

