html,body{
	min-height:100%;
	height:100%;
}
body{
	font-family: 'PT Sans', Arial, sans-serif;
	overflow-y: scroll;
    overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight:700;
}
.navbar-brand{
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight:700;
}
.bs-footer a{
	font-family: 'PT Sans', Arial, sans-serif;
	text-decoration: none;
}
.bs-footer{
	color:#fff;
	border-top: 0px;
}
#unsubscribeMessage{
	display:none;
}