﻿.NewsItem h3 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    background-image: url(../Images/News/RedStar.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 23px;
    line-height: 22px;
    margin: 0px;
}

.NewsItem A {
    color: #97d5e7;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

.NewsItem P {
    margin-left: 9px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 15px;
    font-size: 11px;
    text-align: justify;
}

.NewsItemPosted {
    clear: both;
    text-align: right;
    margin-top: -3px;
    margin-right: 15px;
}

.NewsSeparator {
    position: relative;
    float: none;
    clear: both;
    background: #ffffff;
    margin: 0px;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 8px;
    margin-left: 9px;
    padding: 0px;
    height: 1px;
    overflow: hidden;
}

.NewsSeparator hr {
    border-style: none;
    height: 1px;
    color: Black;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    font-size: 1px;
}