.newssummary
{
    border: 3px solid #000099;
    width: 153px;
    margin: 15px 0px 10px 10px;
    background-color: White;
}

.newssummaryheader
{
    background-color: #000099;
    width: 144px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-transform: uppercase;
    padding: 1px 0px 0px 9px;
}

.newssummaryinner
{
    border: 0px solid grey;
    padding: 3px 0px 10px 0px;
}

.newssummaryinner a.headline
{
    padding-left: 15px;
    margin-left: 5px;
    background-image: url('/_structure/images/itembullet.gif');
    background-position: left center;
    background-repeat: no-repeat;
}

.newssummaryinner a.headline:visited
{
}