
/* CSS Document */


.f_weight { font-weight:bold; }
.verdana {font-family:Verdana, Geneva, sans-serif; }
.arial {font-family:Arial, Helvetica, sans-serif; }
.times {font-family:"Times New Roman", Times, serif; }


.f10 {font-size:10px;}
.f11 {font-size:11px;}
.f12 {font-size:12px;}
.f13 {font-size:13px;}
.f14 {font-size:14px;}
.f15 {font-size:15px;}
.f16 {font-size:16px;}
.f17 {font-size:17px;}
.f18 {font-size:18px;}
.f19 {font-size:19px;}
.f20 {font-size:20px;}

.red {color:#F00; }
.blue {color:#03F; }
.black {color:#000; }
.white {color:#FFF; }
.grey1 {color:#333; }
.grey2 {color:#666;}
.grey3 {color:#999;}
.grey4 { color:#CCC;}


.read more {color:#F00; }


.underline {text-decoration:underline; }



.pr a{ font-family:Verdana, Geneva, sans-serif; font-size:15px; color:#000; text-decoration:none; }
.pr a:hover{ font-family:Verdana, Geneva, sans-serif; font-size:15px; color:#F00; text-decoration:none; }

<!------------- font styles ------------------->
.testzz {display:none; }

@font-face
{
font-family: customfont1;
src: url('font/LondonMM.eot') /* IE9 */
    ,url('font/LondonMM.ttf'); 
}

.aa {font-family:customfont1; font-size:20px; }


@font-face
{
font-family: customfont2;
src: url('font/Aller.eot') /* IE9 */
    ,url('font/Aller.ttf'); 
}

.bb {font-family:customfont2; font-size:20px; }


@font-face
{
font-family: customfont3;
src: url('font/nasaliza.eot') /* IE9 */
    ,url('font/nasaliza.ttf'); 
}

.cc {font-family:customfont3; font-size:20px; }

@font-face
{
font-family: customfont4;
src: url('font/Autumn__.eot') /* IE9 */
    ,url('font/Autumn__.ttf'); 
}

.dd {font-family:customfont4; font-size:20px; letter-spacing:1.5px; word-spacing:5px; }




