﻿.news
{	
	margin-top:1em;
}

.newsItem
{
	border:#6e90bd Solid 1px;
	margin-bottom:0.5em;
}

.newsTitle
{
	color:White;
	font-weight:bold;
	font-size:1em;
	line-height:1.9em;
	height:1.9em;
	margin-bottom:0px;
	padding-left:5px;
	background-color: #6e90bd;
	background-image: url(../images/gradient.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.newsDate
{
	color:White;
	font-weight:bold;
	font-size:1em;
	line-height:0em;
	position:relative;
	top:-0.9em;
	text-align:right;
	margin-right:1em;
}
.newsDetail
{
	background:url(../images/article-grad.jpg) repeat-x;
	padding:5px 0px 15px 5px;
	margin-top:0px;
	min-height:50px;
}
.newsMoreInfo
{
	padding-left:5px;
	padding-bottom:4px;
}