﻿.news-list-header
{
	font-size: 11px;
	font-weight: bold;
	color: #993333;
}

.news-list-inner
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 225px;
	z-index: 5;
	overflow: auto;
}

.news-list-item
{
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #000000;
	width: 100%;
}

.news-list-date
{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

.news-list-intro
{
}

.news-list-intro a
{
	text-decoration: none;
	color: #000000;
}

.news-list-intro a:hover
{
	text-decoration: underline;
}

.news-item-date
{
	font-size: 16px; 
	color: #666666; 
	margin: 0px; 
	margin-bottom: 5px; 
	font-weight: bold;
}

.news-item-intro
{
	color: #000000; 
	margin: 0px; 
	margin-bottom: 10px; 
	line-height: 1.5em; 
	font-weight: bold;
}

.news-item-text
{
	color: #000000; 
	margin: 0px; 
	margin-bottom: 10px; 
	line-height: 1.5em; 
}

.news-item-image
{
	margin-bottom: 10px;
}
