@charset "utf-8";

.newsitem {
	margin-bottom:6px;
}

.newsitem .newsthumb {
	min-width:50px;
	min-height:50px;
	max-width:75px;
	max-height:75px;
	width:75px;
	height:75px;	
	float:left;
	border:dotted 0px #aaaaaa;
	margin-right:10px;
	margin-bottom:10px;
}
.newsitem .newsbody {
	display:inline-block;
	float:left;
	width:180px;
}
.newsitem .newsbody .newstitle {
	font-weight:bold;
}