
/* --------------------------------- GLOBAL BOX ----------------------------- */

  .news-box
  {
  }
  
  .news-box-item
  {
    margin-top: 1em;
    margin-bottom: 1.5em;
    background: #FFFFFF;
    line-height: 140%;
  }
  
  .news-box-date
  {
    background: #EDEDED;
    color: #535353;
    float: left;
    padding: 1px 2px;
  }
  
  .news-box-item h3
  {
    font-size: 1em;
    color: #547DAC;
    margin: 0px 0px  0.4em 0px ;
  }
  
  .news-box-item p
  {
    margin-top: 0px;
    margin-bottom: 1em;
  }

  .news-box-item a         {text-decoration: none;}
  .news-box-item a:link    {text-decoration: none;}
  .news-box-item a:visited {text-decoration: none;}
  .news-box-item a:active  {text-decoration: none;}
  .news-box-item a:hover   {text-decoration: underline;}


  .news-box-item
  {
    float: left;
  }
  
  
  .news-box-item p
  {
    margin-top: 0px;
  }

  .news-box-item img
  {
    margin: 4px 8px 5px 0px;
    border: 1px solid #CCCCCC;
    float: left;
  }

  .news-box-vice
  {
    text-align: right;
  }

  .news-box-item .news-box-vice a         {  text-decoration: underline;}
  .news-box-item .news-box-vice a:link    {  text-decoration: underline;}
  .news-box-item .news-box-vice a:visited {  text-decoration: underline;}
  .news-box-item .news-box-vice a:active  {  text-decoration: underline;}
  .news-box-item .news-box-vice a:hover   {  text-decoration: underline;}



