@charset "ISO-8859-1";
.linkBlock {
	display: block;
	float: left;
	width: 173px;
	min-height: 180px;
	margin: 0px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=90);
	opacity: .90;
}
.linkBlock:hover {
	border: 1px solid #ddd;
	background:#f3fef3;
	color: #006600;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	opacity: 1;
}
.linkBlock img { 
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #ddd;
}
.linkBlock a {
	text-decoration: none;
}
.linkBlock a:hover {
	text-decoration: none;
	color: #006600;
}

