.b-block-link {
	margin-bottom: 3px;
	}
	.b-block-link a {
		display: block;
		color: #d6ddeb;
		padding: 10px 12px 30px 12px;
		position: relative;
		zoom: 1;
		}
	.g-tc .b-block-link a {
		background: #3683c0;
		}
	.g-bc .b-block-link a {
		background: #617192;
		}
		.g-tc .b-block-link a:hover {
			background: #509bd7;
			color: white;
			}
		.g-bc .b-block-link a:hover {
			background: #8a98b3;
			color: white;
			}
		.b-block-link a .arrow {
			position: absolute;
			right: 6px;
			bottom: 7px;
			height: 6px;
			width: 6px;
			}
		.g-tc .b-block-link a .arrow {
			background: url('images/arrow.gif');
			}
		.g-bc .b-block-link a .arrow {
			background: url('images/arrow-blue.gif');
			}
			.b-block-link a:hover .arrow {
				background: url('images/arrow-active.gif');
				}
	.b-block-link .title {
		display: block;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 1em;
		}
	.b-block-link p {
		margin-bottom: 1em;
		font-size: 1.1em;
		text-decoration: none;
		}
		
* html .b-block-link a {
	zoom: 1;
	}
	* html .b-block-link a .arrow {
		font-size: 1px;
		}
