a.text-overflow {
    display:block;
    width:300;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color: #000;
}
a.chaHomeLink{
	text-decoration:none;
	cursor: hand;
}

td.linsplit{
	background: url(../image/linsplit.jpg);
	background-repeat: no-repeat;
}

a.item{
	text-decoration:none;
	display:block;
	width:395;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #000;
}