﻿h1.pageHeader
{
    color: #993300;
    font-size: 1.4em;
    font-weight: bold;
    margin: 8px 0 10px;
}


table.newsArticle
{
    background: transparent url(../_images/newsletter/bg_article.gif) repeat-x scroll 0 0;
    border-color: #A3C2A3;
    border-style: solid;
    border-width: 0 1px 1px;
    float: left;
    height: 80px;
}
td.newsArticleHeader
{
    height: 20px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: text-top;
}
td.newsArticle
{
    padding-bottom: 15px;
    padding-left: 10px;
    vertical-align: text-top;
}

.newsBody {
    float:left;
}
.newsTime{
    color:#999999;
    font-size:10px;
    font-weight:normal;
}
.newsItemText
{
    clear:both;
    float:left;
    color:#484848;
    font-family:Tahoma,"Lucida Grande","Trebuchet MS";
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}
