.link {
	position:relative;
	float:left;
	min-height:20px;
	width:100%;
	overflow:hidden;
	//padding-top:6px;
	font-size: 14px;
	margin:0px;
	//margin-left:18px;
}
.link .anchor {
	position:relative;
	float:left;
	height:100%;
	width:100%;
}
.link .anchor .txt {
	position:relative;
	float:left;
	font-family:Helvetica;
	font-size:13px;
	color: #1e6ea6;
	//width:100%;
	height:100%;
	white-space:normal;
	cursor:pointer;
	text-align:left;
}
.cedar .link .anchor .txt {
	color: #5f4180;
}
.link:hover .anchor .txt {
	color:#0000FF;
	text-decoration:underline;
}
.link .anchor .txt .link_image {
	//float:left;
}
