﻿
@font-face {
 font-family: GOTHIC;
 src: url("GOTHIC.eot") /* EOT file for IE */
}

@font-face {
 font-family: GOTHIC;
 src: url("GOTHIC.TTF") /* TTF file for CSS3 browsers */
}

body 
{
    font-family:GOTHIC; 
    font-size:15px;
    color:#000000;   
}

.textblack13
{
    font-size:13px;
    color:#000000;
}

.textgray13
{
    font-size:13px;
    color:#676767;
}
