#newsRoot{
	padding-left: 15px;
}

.newsArt{
	width: 195px;
	margin-bottom: 10px;
}

.newsTop{
	width: 195px;
	height: 10px;
	overflow: hidden;
	background-image: url(../gfx/nw_top.png);
	background-repeat: no-repeat;
}

.newsBottom{
	width: 195px;
	height: 20px;
	background-image: url(../gfx/nw_bottom.png);
	background-repeat: no-repeat;
}

.newsMid{
	width: 185px;
	background-image: url(../gfx/nw_mid.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-bottom: 5px;
}

.newsMid h3{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f85504;
	margin: 0px;
	padding-bottom: 3px;
}

.newsMore{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #970000;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.moreDiv{
	padding-top: 5px;
}
