﻿@font-face {
    font-family: MyFont;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/myFont.eot');
}

@font-face {
    font-family: "MyFont";
    font-style: normal;
    font-weight: normal;
    src: local('Refah'), url('/fonts/myFont.ttf');
}


.MyFontNormal {
    font-family: MyFont;
    font-weight: normal;
    font-smooth: always;
    font-size:14px;
    text-decoration:none;
    direction:rtl;
}

.MyFontSmall {
    font-family: MyFont;
    font-weight: normal;
    font-smooth: always;
    font-size:11px;
    text-decoration:none;
    direction:rtl;
}

.MyFontSmall_ltr {
    font-family: MyFont;
    font-weight: normal;
    font-smooth: always;
    font-size: 11px;
    text-decoration: none;
    direction: ltr;
}

.MyFontSmallTitle {
    font-family: MyFont;
    font-weight: normal;
    font-smooth: always;
    font-size:11px;
    font-weight:600;
}

.text-en-big
{
	font-size: 16pt; 
	font-family: Calibri;
	direction:ltr;
	text-decoration:none;
}
