@charset "utf-8";
/* CSS Document */

#membership-app a {
	display: block;
	height: 74px;
	width: 400px;
	background-image: url(../images/membership-app.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
	color: #3a679b;
	text-decoration: none;
	padding-top: 30px;
	padding-left: 25px;
	text-align: center;
	font-weight: bold;

}

#membership-app a:hover {
	background-image: url(../images/membership-app-over.gif);
	color: #039;
	text-decoration: underline;
}
