/**-----------------------------------------------------------------------------------------------
 * @version $Id: news.css,  v 1.0  12/01/2009   $ 
 *
 * news
 *
 *-------------------------------------------------------------------------------------------------
 */

.news_date
{
	color: #9D9D9D;
	font-weight: bold;
	font-size: 1em; 
}

.news_title
{
	margin-left: 20px;
	font-size: 16px;
}

.news_body
{
	margin-left: 20px;
}

.news_hr
{
	width: 33%;
	border-bottom: 1px solid #EEE;
}

.news_block
{
	padding: 10px;
}
.news_sticky
{
	background: #FFFFF0;
}


a.subcat
{

    font-weight: bold;  
    white-space: nowrap;
}


.rss_block
{
  width: 32px;
  height: 32px;
}
.rss_block a
{
	display: block;
    width: 32px;
	height: 32px;
	background: url(images/rss.gif) no-repeat 0 0;
}

.rss_block a:hover
{
	background-position: 0 -32px;
}


