/* CSS Document */

.newslist { margin-bottom: 1em; }

.newslist .list, .newslist .pager {
	margin-bottom: 10px;
}

.newslist .entry {
	border-bottom: 1px solid #fff;
	padding: 10px;
}
.newslist .title {
}
.newslist .title a {
	font-weight: bold;
}

.newslist .bb {
}	

.newslist .body {
	text-align: justify;
}
.newslist .text p { margin: 0; padding: 0; }

.newslist .active {
	background-position: bottom right;
	background-repeat: no-repeat;		
}
.newslist .switcher .sel {
	font-weight: bold;
}

