﻿.SpecialTop
{
    background-image: url(../MediaFiles/SpecialOfferTop.gif);
    background-repeat: no-repeat;
    height: 16px;
    width: 505px;
}

.SpecialMiddle
{
    background-image: url(../MediaFiles/SpecialOfferMiddle.gif);
    background-repeat: repeat-y;
    width: 485px;
    padding: 10px;
}
.SpecialBottom
{
    background-image: url(../MediaFiles/SpecialOfferBottom.gif);
    background-repeat: no-repeat;
    height: 16px;
    width: 505px;
    margin: 0 0 20px 0;
}
#NewsHolder
{
    text-align: left;
}
#NewsHolder h1
{
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: #16206B;
    margin: 0;
    padding: 0;
}
#NewsHolder h2
{
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #000;
    margin: 0;
    padding: 0;
}

.NewsLink
{
    font-size: 11px;
    color: #006900;
    text-decoration: none;
}
#NewsHolder a:hover
{
    text-decoration: underline;
}

.NewsPager
{
    font-size: 12px;
    background-color: #93999C;
}

.NewsPager a
{
    color: #000;
}
