﻿/* ****************************** */
/* NEWS AREA */

#newsarea
{
    float:left;
    width:958px;
    height:40px;
    margin-left:0px;
    margin-top:5px;
    margin-bottom: 5px;
    border: 1px dotted #cdcdcd;    
}

#newsareatitle
{
    float:left;
    width:90px;
    height:16px;
    padding:12px;
    color: #ffffff;
    background-color: #888888;
    font-size:14px;
    font-family: Arial;
    /* background-image: url(/images/newsrepeatbg.png); */
}

.LatestNewsDescription 
{
    float:left;
    width:600px;
    height:20px;
    padding:0px;
    margin-top:0px;
    margin-left:10px;

}

.LatestNewsDescription_Text 
{
    font-weight:normal;
    font-size: 14px;
    font-family:Tahoma;
    color: #000000;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:7px;

}
.LatestNewsDescription_Text a
{
    color:#000000;
    text-decoration:none;
    font-weight: bold;
    
    
 }
.LatestNewsDescription_Text a:hover
{
    color:#333333;
    text-decoration:underline;
    
    
 } 
