@font-face {
    font-family: "Bank Gothic Medium BT";
    src: url(bgothm.ttf);
}
@font-face{
    font-family: "Bank Gothic Light BT";
    src: url(bgothl.ttf);
}
@font-face{
    font-family: "Nimbus Sans Light";
    src: url(NimbusSanL-Reg.otf);
}
@font-face{
    font-family: "Helvetica Light";
    src: url(helveticalt.ttf);
}
@font-face{
    font-family: "Open Sans Regular";
    src: url(OpenSans-Regular.ttf);
}
.BankGothicMediumBT{
    font-family: "Bank Gothic Medium BT";
    font-size: 20px;
    font-style: normal;
}

.BankGothicLightBT{
    font-family: "Bank Gothic Light BT";
    font-size: 40px;
    font-style: normal;
}
.NimbusSansLight{
    font-family: "Nimbus Sans Light";
    font-size: 18px;
    font-style: normal;
}
.NimbusSansLight1{
    font-family: "Nimbus Sans Light";
    font-size: 13.5px;
    font-style: normal;
}
.HelveticaLight{
    font-family: "Helvetica Light";
    font-style: normal;
}
.OpenSansRegular{
    font-family: "Open Sans Regular";
    font-style: normal;
}
