@font-face {
  font-family: myfont;
  src: url('/font/agencyfb_light.eot');
  src: url('/font/agencyfb_light.eot?#iefix') format('embedded-opentype'), url('/font/agencyfb_light.woff') format('woff'), url('/font/agencyfb_light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.banner_title {
  color: black;
  float: left;
  font-family: myfont;
  font-size: 30px;
  font-style: normal;
  height: 51px;
  margin-top: 0px;
  position: absolute;
  z-index: 2;
  background-color: transparent !important;
}

h1 {
font-family: 'myfont', times, Arial, sans-serif !important;
font-weight:normal;
font-style:normal;
font-size: 30px;
height: 40px;
margin-top: 0px;
}