@charset "utf-8";
/* CSS Document */

.newsTableRow_top {
	border-top:dotted;
	border-top-width:1px;
	border-top-color:#666666;
}

.newsTableRow_bottom {
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#666666;
}

.newsTableRow_lastRow {
	border-top:dotted;
	border-top-width:1px;
	border-top-color:#666666;
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#666666;
}