/* Webfont: TimesNewRomanPS-BoldItalicMT */@font-face {
    font-family: 'TimesNewRoman';
    src: url('TimesNewRomanPS-BoldItalicMT.eot'); /* IE9 Compat Modes */
    src: url('TimesNewRomanPS-BoldItalicMT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('TimesNewRomanPS-BoldItalicMT.woff') format('woff'), /* Modern Browsers */
         url('TimesNewRomanPS-BoldItalicMT.ttf') format('truetype'), /* Safari, Android, iOS */
         url('TimesNewRomanPS-BoldItalicMT.svg#TimesNewRomanPS-BoldItalicMT') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

