/*
.csc-firstHeader { 
            padding: 10px;
            font-family: Arial; 
            font-size: 11px; 
            font-weight: bold;
            color: #666666;
}
*/

.bodytext {
            margin: 0px
            font-family: Arial; 
            font-size: 10px; 
            font-weight: normal;
            color: #000000;
}


.news-latest-container {
            padding: 10px;
            position: relative;
            left:0px;
            top:0px;
            width: 160px;
            border-style: none;
}

.news-latest-item-container {
            position: relative;
            left: 0px;
            top: 0px;
            width: 140px;
            height: 60px;
            border-style: none;
}

.news-latest-item {
            position: relative;
            top: 10px;
            left: 0px;
            width: 140px;
            height: 42px;
            border-style: none;
            overflow: hidden;
}

.news-latest-date {
            font-family: Arial; 
            font-size: 11px; 
            color: #666666;
            font-weight: bold;
}

.news-latest-title {
            position: relative;
            left: 0px;
            width: 140px;
            height: 28px;
            overflow: hidden;
            font-family: Arial; 
            font-size: 11px; 
            font-weight: normal;
            color: #000000;
            border-style: none;
}

.news-latest-text {
            position: relative;
            left: 0px;
            width: 140px;
            overflow: hidden;
            border-style: none;
            font-family: Arial; 
            font-size: 11px; 
            font-weight: normal;
            color: #000000;
}

.news-latest-morelink {
            position: absolute;
            left:0px;
            bottom:0px;
            border-style: none;
            font-family: Arial; 
            font-size: 11px; 
            font-weight: normal;
            color: #000000;
}

.news-latest-morelink A { color: #000000; text-decoration: none; }
.news-latest-morelink A:hover { color: #000000; }


