@font-face {
    font-family: Dream;
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
    src: url('../fonts/HSDream-Regular.eot');
    src: url('../fonts/HSDream-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/HSDream-Regular.woff2') format('woff2'), url('../fonts/HSDream-Regular.woff') format('woff'), url('../fonts/HSDream-Regular.ttf') format('truetype');
}

@font-face {
    font-family: DreamB;
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
    src: url('../fonts/HSDream-Bold.eot');
    src: url('../fonts/HSDream-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HSDream-Bold.woff2') format('woff2'), url('../fonts/HSDream-Bold.woff') format('woff'), url('../fonts/HSDream-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.None {
    display: none;
}

body,
body * {
    font-family: Dream;
}

.FD {
    font-family: Dream;
}

.FDB {
    font-family: DreamB;
}

.FL {
    font-family: Lato;
}

.text-justify {
    text-align: justify;
}
.border{
    border: 1px solid #ccc;
}
.LogoT{
    left: 220px;
    font-size:27px;
}
.LogoB{
    left: 220px;
    font-size:17.5px;
}
#agent table td, #agent table th{
    text-align: right;
}
#Person ul{
    list-style-type: none;
}
#Agents tr:nth-child(odd){
    background-color:#f1f1f1;
}