
/* NewsWrapper */
/* ----------------------------------------------------- */
#NewsWrapper
{
	width: 478px;
	padding: 10px;
}

#NewsWrapper .Title
{
	width: 408px;
	margin-bottom: 10px;
	float: left;
	
	padding-left: 10px;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
	white-space: nowrap;
	
	border-bottom: solid 1px #999;
	color: #FFF;
	background-color: #599BC9;
}

#NewsWrapper .Print
{
	width: 60px;
	float: left;
	
	text-align: left;
	line-height: 24px;
	font-weight: bold;
		
	border-bottom: solid 1px #999;
	color: #FFF;
	background-color: #599BC9;
}

#NewsWrapper .Content
{
	clear: both;
	background-image: url(../Images/img_scanlinesbkg.gif);
	background-repeat: repeat;
	font-size: 12px;
}

#NewsWrapper .Content .Item
{
	margin-bottom: 10px;
}

#NewsWrapper .Content .Text
{
}

