/* CSS Document */
.title
{
	color:#737373;
	width:140px;
	white-space:nowrap;
	word-break:keep-all;
    overflow:hidden;
    text-overflow:ellipsis;
}



A:link {color:#737373;text-decoration: none;}
A:visited {	color: #737373;text-decoration: none;}
A:hover { color: #000000; text-decoration: none;}

