body {
    margin: 20px 20px;
    border: 1px solid black;
}


.rtlClass {
    /*text-align: center !important;*/
    direction: rtl;
    color: Navy;
    font-weight: bolder !important;
    margin-top: 1em;
    font-size: 18px !important;
    vertical-align: text-top;
}

.ltrClass {
    /*text-align: center !important;*/
    direction: ltr;
    color: Navy;
    font-weight: bolder !important;
    margin-top: 1em;
    font-size: 18px !important;
    vertical-align: text-top;
}

.centralize {
    text-align: center !important;
}

.justify {
    text-align: justify;
}

.formDiv {
    overflow: auto;
    overflow-y: hidden;
}

.boldClass {
    font-weight: bold;
}


li.rtlClass {
    width: 98%;
    text-align:right;
}
