﻿.article
{
    color: #303030;
    text-align: left;
    font-size: 9pt;
}

.article .title
{
    font-size: 10pt;
    font-weight: bold;
}

.article .title .date
{
    float: right;
    font-size: 9pt;
    font-weight: normal;
    font-style: italic;
}

.article .title a,
.article .title a:link,
.article .title a:visited
{
    color: #303030;
}

.article .title a:hover
{
    text-decoration: underline;
}

.article .left
{
    float: left;
    margin-right: 20px;
}

.article .contact
{
    width: 358px;
    margin-top: 5px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #909090;
}

.article .sep
{
   width: 100%;
   height: 5px;
   margin-bottom: 2px;
   background: #5050FF;
}



.article ul
{
   overflow: hidden;
}