.lBlock{
	padding: 10px;
}
.lBlock a{display:block;}

.lBlock .lTitle{
	font-weight: bold;
	padding: 4px 4px 2px 4px;
	border-bottom: 3px double #40a73a;
}

.lBlock .lUrl{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 10px;
	font-weight: bold;
}
.lBlock .lTxt{padding:5px 0px;}
.lBlock a:hover .lTxt{
	padding:5px 0px;
	color: #900;
	text-decoration: none;
}

.lBlock a:hover .lTitle{
	text-decoration: none;
	color: #444;
}
.lBlock a:hover .lUrl{
	text-decoration: none;
	background-color: #CCCCCC;
}
.lBlock a .lTitle{
	padding-left:1.2em;
	background-image: url(../images/sq_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.lBlock a:hover .lTitle{
	text-decoration: underline;
	background-image: url(../images/sq_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
