div#Filter{
}


div.Hidden{
    display: none;
}


label{
    width: 100px;
    display: inline-block;
    font-weight: bold;
}


select{
    font-family: 'ms shell dlg';
    font-size: 11px;
    line-height: 13px;
    bordeR: 1px inset #ECE9D8;
    margin-bottom: 5px;
}


div#NewsTitle{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 14px;
    color: #6AADE4;
}


div#NewsDate{
}


div#NewsContent{
    font-size: 13px;
}


table.NewsList tr th{
    padding: 1px 0px 12px 0px;
    color: #333333;
}


table.NewsList tr td{
    padding: 1px 20px 12px 1px;
}


table.NewsList tr td.NewsColumn1{
    width: 120px;
    padding: 1px 0px 12px 0px;
}


form#NewsFilter{
    padding-top: 20px;
{