    /* news list items configuration... */
    .news-list-container {
      font-family: Arial;
      font-weight: normal;
      font-size: 14;
      color: black;
    }
    
    .news-list-item {
      font-weight: bold;
      font-size: 14;
    }

    .news-list-date {
      font-size: 10px; 
    }
    .news-list-morelink {
      font-size: 12px; 
    }
    
    /* news single item configuration... */
    .news-single-item {
      font-family: Arial;
      font-weight: normal;
      font-size: 14;
      color: black;
    }
    
    .news-list-title {
      font-weight: bold;
      font-size: 14;
    }
    .news-single-timedata {
      font-size: 10px; 
    }
    .news-single-subheader {
      font-weight: bold;
    }
    .news-single-backlink {
      font-size: 12px; 
    }
/* customized styles for tt_news */
    .tt-news-table { border-style: solid; border-color: #000000; border-width: 1px; }

    .tt-news-breaking-header {font-family:Arial; font-size: 11px; background-color: #F8FE51; color:#000000; font-weight:bold; } 
    .tt-news-breaking-small {font-family:Arial; font-size: 10px; color: #666666; }
    .tt-news-breaking-text {font-family:Arial; font-size: 11px; }

    .tt-news-latest-title {font-family:Arial; font-size: 11px; background-color: #FFFFFF; color: #000000; font-weight:bold; } 
    .tt-news-latest-header {font-family:Arial; font-size: 11px; background-color: #F8FE51; color: #983000; font-weight:bold; } 
    .tt-news-latest-small {font-family:Arial; font-size: 9px; color: #666666; }
    .tt-news-latest-subheader {font-family:Arial; font-size: 9px; }
    .tt-news-latest-morelink {font-family:Arial; font-size: 9px; color: # ; }

    .tt-news-list-header {font-family:Arial; font-size: 12px; background-color: #F8FE51; color: #983000; font-weight:bold; } 
    .tt-news-list-small {font-family:Arial; font-size: 10px; color: #666666; }
    .tt-news-list-subheader {font-family:Arial; font-size: 11px; }
    .tt-news-list-morelink {font-family:Arial; font-size: 11px; color: #F8FE51; }    
    .tt-news-list-browse {font-family:Arial; font-size: 11px; }

/* table formattings */
    .regular-table {
      text-align:center;
      font:12px Arial;
      border:1px solid #A68A7E; 
      border-spacing:0px;
      cell-padding:0px;
    }
    .regular-table-th-left {
      text-align:left;
      border:1px solid;
    }
    .regular-table-td-left {
      text-align:left;
      border:1px solid;
    }
    .regular-table-td-center {
      text-align:center;
      border:1px solid;
    }    
    .regular-table-td-right {
      text-align:right;
      border:1px solid;
    }    