.headline {
        padding: 5px;
        padding-bottom: 1px;
        background-color: #EBEBF5;
        background-image:url(../images/design/headline.jpg);
        background-repeat: no-repeat;
        background-position: right;
        border-left: 5px solid #000080;
        font-size: 16pt;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: capitalize;
        letter-spacing: 1px;
}

.producthl {
        padding: 5px;
        padding-bottom: 1px;
        background-color: #EBEBF5;
        background-image:url(../images/design/headline.jpg);
        background-repeat: no-repeat;
        background-position: right;
        border-left: 5px solid #FFFFFF;
        font-size: 16pt;
        font-weight: bolder;
        color: #F00;
        text-decoration: none;
        text-transform: capitalize;
        letter-spacing: 5px;
}

.indexhl {
        margin-top: 5px;
        text-align: center;
        font-size: 13pt;
        font-weight:bold;
        color: #800000;
}

.subtitle {
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        color: #000080;
}

.bluetext {
        color: #000080;
        font-weight: bold;
}

.bbi {
        color: #000080;
        font-weight: bold;
        font-style: italic;
}

.red {
        color: #F00;
}

.redtext {
        color: #F00;
        font-weight: bold;
        font-size: 12pt;
}

.redmark {
        font-size: 8pt;
        color: #F00;
}