h1 {
	line-height: 1.2em;
	margin-bottom: 1em;
	font-size: 1.5em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.375em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}


img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
	opacity: 0.5;
}

img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	opacity: 1;
}


.b-alt {
	/*text-align: center;*/
}
.b-alt a {
	display: inline-block;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0) url("/include/alliance_logo.png") no-repeat scroll 0 0;
	height: 28px;
	width: 174px;
}
