﻿

.NewsItems .Seperator
{
    display: block;
    background-color: #C0C0C0;
    height: 1px;
    margin: 8px 0px;
    border: none 0px transparent;
}

.NewsItems .NewsItemsHeader
{
    
    margin: 0px 0px 15px 0px;
  /*   height: 17px!important; */
}

.NewsItems .NewsItemsHeader a
{
    color: Black;
    font-weight: bold;
}

.NewsItem .NewsHeader div
{
    float: left;
}

.NewsItem .NewsHeader .HeaderImage
{
    height: 16px !important;
    width: 16px !important;
}

.NewsItem .NewsHeader .HeaderText
{
    font-weight: bold;
    margin-left: 5px;
}

.NewsItem .NewsContent
{
    padding-top: 2px;
    clear: both;
}

.NewsMoreLink
{
    margin: 0px;
    margin-top: 5px;
}

.NewsMoreLink a
{
    color: Black;
    text-decoration: none;
    cursor: pointer;
}

.NewsMoreLink a:hover
{
    text-decoration: underline;
}


