﻿/* Newsletters */
table.Newsletters 
{
    margin-left: 5px;
    width: 500px;
}

table.Newsletters tr.Date td
{
    height: 20px;
    background-image: url('../../../Images/NewsletterHeaderBackground.gif');
    background-repeat: no-repeat;
    font-weight: bold;
    padding-left: 5px;
}

table.Newsletters tr.Date a 
{
    color: White;
}

table.Newsletters tr td a 
{
    text-decoration: none;
}

table.Newsletters tr.Description td 
{
    height: 81px;
    background-image: url('../../../Images/NewsletterDescriptionBackground.gif');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 3px 5px 5px 5px;
    vertical-align: top;
}


