.articles .article, .articles .articlenew {
	border: 1px solid #D0D0D0;
	background-color: #E8E8E8;
	
	padding: 0px;
	margin-bottom: 13px;
}		
	
.articles .articlenew {
	background-color: #F9FAB8;
	border-color: #F9FAB8;
}
	.articles .article img, .articles .articlenew img  {
		width: 140px;
		float: left;
		display: inline-block;
		border: 1px solid #D0D0D0;
		margin-right: 8px;
	}
	
	.articles .articlenew img {
		border-color: #EBEBEB;
	}
	
	 .articles .article .aheader,  .articles .articlenew .aheader {
		padding: 8px;
		overflow: hidden;		
	}
	
	 
	 .articles .article H2,.articles .articlenew H2 {
		color: #D70619;
		margin: 0;
		padding: 0;
		display: block;
		text-decoration: none;
		font-size: 20px;
		margin-top: 3px;
	}	
	
	 .articles .article H2 a,.articles .article H2 a:visited,.articles .articlenew H2 a,.articles .articlenew H2 a:visited {
		color: #D70619;
		text-decoration: none;
	}
	
	.articles .article H2 a:hover,.articles  .articlenew H2 a:hover {
		text-decoration: underline;
	}		
	
	 .articles .article p,.articles .articlenew p {
		padding-top: 0px;
		margin: 7px;
		display: block;
		text-align: justify;
	/*	line-height: 20px;*/
	}
	
	 .articles .article .bottom ,.articles  .articlenew .bottom {
		background-color: #D0D0D0;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
		padding-left: 5px;
		overflow: hidden;
		color: #414141;
	}
	
	.articles .articlenew .bottom {
		background-color: #C1111E;
		color: white;
	}
	
	.articles .article .bottom span, .articles .articlenew .bottom span {
		height: 20px;
		line-height: 20px;
		display: block;
		float: left;
	}
	
	
	.articles .article .bottom span a:hover ,.articles .articlenew .bottom span a:hover {
		text-decoration: underline;
	}
	
	.articles .article .bottom span a,.articles  .article .bottom span a:visited {
		color: #414141;
		text-decoration: none;
	} 
	
	.articles .articlenew .bottom span a,.articles  .articlenew .bottom span a:visited {
		color: white;
		text-decoration: none;
	} 
	
	.articles a.more, .articles a.more:visited {
		float:right;
		background-color: #C4101C;
		width: 80px;
		text-align: center;
		color: white;
		text-decoration: none;
		height: 20px;
		line-height: 20px;
		display: block;
		font-size: 12px;
		
		border-left: 1px solid #EBEBEB;
	}
	
	.articles a.more:hover {
		text-decoration: underline;	
	}
	
	.articles .articlenew a.more, .articles .articlenew a.more:visited {
		background-color: #C4101C;
	} 
	
