﻿@font-face {
    font-family: Futura-Md;
    src: url(/fonts/FuturaMediumBT.ttf)
}
@font-face {
    font-family: Futura-Bk;
    src: url(/fonts/FuturaBookBT.ttf)
}
@font-face {
    font-family: Times-New-Roman;
    src: url(/fonts/TIMES.TTF)
}
@font-face {
    font-family: Times-New-Roman-BD;
    src: url(/fonts/TIMESBD.TTF)
}
@font-face {
    font-family: Times-New-Roman-BI;
    src: url(/fonts/TIMESBI0.TTF)
}
.font-Futura-Md {
    font-family: Futura-Md;
} 
.font-Futura-Bk {
    font-family: Futura-Bk;
}
.font-Times-New-Roman {
    font-family: Times-New-Roman;
} 
.font-Times-New-Roman-BD {
    font-family: Times-New-Roman-BD;
}
.font-Times-New-Roman-BI {
    font-family: Times-New-Roman-BI;
}
