﻿
@font-face {
 font-family: Calibri;
 src: url("calibri.eot") /* EOT file for IE */
}

@font-face {
 font-family: Calibri;
 src: url("calibri.ttf") /* TTF file for CSS3 browsers */
}

body 
{
    font-family:Calibri; 
    font-size:13px;
    color:#666666;   
}

.textgray18
{
    font-size:18px;
    color:#525959;    
}

.textblue13 
{
    font-size:13px;
    color:#254165;    
}

.textblue14 
{
    font-size:14px;
    color:#43719F;    
}

.textblack14 
{
    font-size:14px;
    color:#000000;
}

.text18white 
{
    font-size:18px;
    color:#FFFFFF;   
}

.text18blue 
{
    font-size:18px;
    color:#43719F;    
}

.text14gray 
{
    font-size:14px;
    color:#666666;
}