/* CSS specific to the media section goes in here */

.top-nav tr, .top-nav .mouseout {
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: arial, verdana, helvetica;
    font-size: 8pt;
    color: #ffffff;
    background-color: #7a003c;
}

.top-nav .mouseover {
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: arial, verdana, helvetica;
    font-size: 8pt;
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    background-color: #e20177;
}

.logo {
    background-image:  url(images/logo_p.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.headline {
    font-family: arial, verdana, helvetica;
    font-size: 12pt;
    color: #7a003c;
}

