﻿@font-face {
font-family: 'IRANSans';
src: url('fonts/IRANSans.woff2') format('woff2'), 
    url('fonts/IRANSans.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
* {
    font-family: IRANSans;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
body {
    /*background: #E5EEF5 url('images/bg.png') repeat-x top right;*/
    font-family:IRANSans!important;
    direction: rtl;
    text-align:center;
}
th {
    text-align: center;
    background-color: #dff0fb !important;
    color: #00207a;
}
td{text-align: center}
table {
    direction: rtl;
    width:100%;
}

.dir {
    direction: rtl;
}
