/* CSS Document */
.title
{
	width:140px;
	white-space:nowrap;
	word-break:keep-all;
    overflow:hidden;
    text-overflow:ellipsis;
}



A:link {color: #000000;text-decoration: none;}
A:visited {	color: #000000;text-decoration: none;}
A:hover { color: #444444; text-decoration: none;}


