.HBbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Times New Roman;
	font-size:14px;
	padding:8px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.HBbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.HBbutton:active {
	position:relative;
	top:1px;
}
#myimgs {
background: none repeat scroll 0 0 transparent;
content: "";
cursor: pointer;
height: 800px;
position: fixed;
width: 100%;
z-index: 0;
}
.wrapper, #strip-top, #strip, center, #footer {
position: relative;
z-index: 9999 !important;
}
h2 {
    font-size: 26px;
}
 
h3 {
    font-size: 22px; color: #0072ff;
}
 
h4 {
    font-size: 18px; color: #0072ff; font-weight: 700;
}
 
h5 {
    font-size: 16px;  
}
 
h6 {
    font-size: 14px; color: #0072ff; font-weight: 700;
}