  .NewsFeed
    {
    	clear:both;
        background-color: transparent;
        padding: 5px 0 0 0;
        margin: 0px;
        font-family: arial,helvetica,clean,sans-serif;
        font-size: 11px;
        
    }
    .NewsFeed pre, .NewsFeed tt, .NewsFeed code,
    .NewsFeed samp, .NewsFeed kbd, .NewsFeed xmp,
    .NewsFeed listing, .NewsFeed plaintext
    {
        font-family: monospace;
    }
   .NewsFeed H2
    {
        font-size: 13pt;
    }
   .NewsFeed a, .NewsFeed a:link, .NewsFeed a:visited
    {
        color: #268269;
        font-weight: bold;
        text-decoration: none;
    }
   .NewsFeed a:hover
    {
        text-decoration: none;
    }
   .NewsFeed .article
    {
    }
   .NewsFeed .date
    {
        font-size: 12px;
        color: #5aa68c;
    }
   .NewsFeed .title
    {
        margin-bottom: 4px;
        padding-bottom: 0px;
    }
   .NewsFeed .title a
    {
        border-bottom: dashed 1px #268269;
        background-image:url(../images/bg-li-arrow-brown.gif);
		background-position:0 4px;
		background-repeat:no-repeat;
		padding-left:10px;
    }
   .NewsFeed .ingress
    {
        color: #6f6352;
        padding-bottom: 6px;
        font-size: 11px;
    }
   .NewsFeed .ingress a:link,
   .NewsFeed .ingress a:hover,
   .NewsFeed .ingress a:visited
    {
        color: #6f6352;
        text-decoration: none;
        font-weight: normal;
        font-size: 12px;
    }
    .NewsFeed .match
    {
        color: #6f6352;
        padding-bottom: 12px;
    }
    .NewsFeed .match b
    {
        color: #468F35;
    }
    .NewsFeed #helper
    {
        font-size: 1px;
        background: transparent;
        height: 1px;
        position: absolute;
        bottom: 0px;
    }
    .NewsFeed .title a:link
    {
        font-size: 13px;
        color: #6f6352;
        font-weight: bold;
        text-decoration: none;
        border-bottom: dashed 1px #6f6352;
    }
    .NewsFeed .title a:visited
    {
        font-size: 13px;
        color: #6f6352;
        text-decoration: none;
        border-bottom: dashed 1px #6f6352;
    }
    .NewsFeed .title a:hover
    {
        font-size: 13px;
        color: #d9c90a;
        text-decoration: none;
        border-bottom: dashed 1px #d9c90a;
        background-image:url(../images/bg-li-arrow-yellow.gif);
    }
