@charset "UTF-8";
/* CSS Modifications which only apply to this site */
.spacing {
	margin-bottom: 20px;
}
.btnWHC {
	background: #701926;
	background-image: -webkit-linear-gradient(top, #701926, #a61b30);
	background-image: -moz-linear-gradient(top, #701926, #a61b30);
	background-image: -ms-linear-gradient(top, #701926, #a61b30);
	background-image: -o-linear-gradient(top, #701926, #a61b30);
	background-image: linear-gradient(to bottom, #701926, #a61b30);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	border: solid #d1c694 2px;
	text-decoration: none;
}
.btnWHC:hover {
	background: #a61b30;
	background-image: -webkit-linear-gradient(top, #a61b30, #6e1926);
	background-image: -moz-linear-gradient(top, #a61b30, #6e1926);
	background-image: -ms-linear-gradient(top, #a61b30, #6e1926);
	background-image: -o-linear-gradient(top, #a61b30, #6e1926);
	background-image: linear-gradient(to bottom, #a61b30, #6e1926);
	text-decoration: none;
	color: #fff;
}
.btnWHC:visited {
	color: #d2c694;
}
a.btnWHC:visited {
	color: #d2c694;
}
