/* $Id: news.css,v 1.26 2008/11/10 13:56:07 steve Exp $ */

.newsListing { margin-left:30px; width:100%}
  .newsListing .date { width:120px; vertical-align:top }
  .newsListing .title img { height:7px; left:-2px; position:relative; top:1px; }
  .newsListing .item { }
    .newsListing .item a { margin-left:6px; font-style:italic; font-size:0.85em; color:#E23F13; }
    .newsListing .item a:hover { color:#255596; }
  .newsListing .more { width:30px; vertical-align:top; text-align:right; }

.newsItemDiv {  }
  .newsItemDiv .back { font-style:italic; font-size:0.85em; color:#E23F13; }
  .newsItemDiv .title { margin:20px 0 6px 30px; font-weight:bold; font-size:1.1em;}
  .newsItemDiv span { margin-left:30px; }
  .newsItemDiv .text a { color:#E23F13; }
  .newsItemDiv .text a:hover { color:#255596; }


