/***** News - Highlights *****/

table.news div.highlights div.hdr
{
    margin: 7px 0px;
    font-family: Times New Roman, Times, Serif;
    letter-spacing: normal;
    font-weight: normal;
    font-variant: small-caps;
    color: #2A2A71;
    font-size: 20px;    
    text-align: center;
}

table.news div.highlights div.message
{
    margin: 0px 7px 7px 7px;
    padding: 7px 7px;
}

table.news div.highlights div.highlight
{
    margin: 7px 7px;
    padding: 0;
    background-color: #F9E7D0;
}


table.news div.highlights div.highlight p.title
{
    color: #2A2A71;
    font-weight: bold;
    padding-bottom: 0.5em;
}

table.news div.highlights div.nodesc, table.news div.highlights div.nodesc p.title
{
    margin: 0 7px;
    padding: 0;
}


table.news div.highlights div.first
{
}

table.news div.highlights div.highlight p.postinfo
{
    padding-left: 2em;
    font-size: 13px;
    color: #404040;
}

/**** The article display *****/

table.news div.article
{
    margin: 7px 7px;
    padding: 0;
    padding-bottom: 7px;
}

div.article img.left
{
    margin-right: 10px;
}

div.article img.right
{
    margin-left: 10px;
}

table.news div.article p.title
{
    margin: 7px 0px;
    padding-bottom: 0;
    font-family: Times New Roman, Times, Serif;
    letter-spacing: normal;
    font-weight: normal;
    font-variant: small-caps;
    color: #2A2A71;
    font-size: 20px;    
    text-align: center;
}

table.news div.article p.postinfo
{
    padding-bottom: 20px;
    font-size: 13px;
    color: #404040;
    text-align: center;
}

table.news div.article div.article_content
{
    width: 500px;
    padding-bottom: 20px;
    overflow: auto;
}

table.news div.article h1, div.article h2, div.article h3, div.article h4, div.article h5
{
    clear: both;
}

table.news div.article p.sponsorinfo, table.news div.article p.contactinfo
{
    padding: 0;
}

table.news div.article p.sponsorinfo span.title, table.news div.article p.contactinfo span.title
{
    display: block;
    margin: 7px 0px;
    padding: 0;
    font-family: Times New Roman, Times, Serif;
    letter-spacing: normal;
    font-weight: normal;
    font-variant: small-caps;
    color: #2A2A71;
    font-size: 20px;    
    text-align: center;
}

table.news div.article p.sponsorinfo span.intro, table.news div.article p.contactinfo span.intro
{
    display: block;
    margin-bottom: 0.5em;
    text-align: center;
}

table.news div.article p.sponsorinfo span.name, table.news div.article p.contactinfo span.name, table.news div.article p.contactinfo span.phone, table.news div.article p.contactinfo span.email, table.news div.article p.contactinfo span.website
{
    display: block;
    text-align: center;
}
