/* HEADER LINKS DEFINITIONS ************************/
.header_links {
    font-family:        Verdana CE, Verdana, sans-serif;
    font-size:          11px;
    font-weight:        bold;

    color:              white;
}

.header_links A {
    color:              white;
    text-decoration:    none;
}

.header_links A.black {
    color:              black;
    text-decoration:    none;
}

.header_links A:hover {
    text-decoration:    underline;
}

.header_blackbar {
    font-family:            Tahoma;
    font-size:              11px;

    background-color:       black;
    color:                  white;

    text-decoration:        none;

    padding-left:           4px;
    padding-right:          3px;
}

.header_blackbar A {
    font-weight:            bold;

    color:                  white;

    text-decoration:        none;
}

