﻿body {margin: 0px; padding: 0px; background-color: #E7EDF5}

.Header1
{
    font-size: large;
    color: Black;
    font-weight: bold;
    text-align: right;    
    background-color: #cbddf5;
    margin-bottom: 10px;
    padding: 5px 5px;
}

.NormalText{font-size:medium;color:Black;font-weight:bold;text-align:right;direction:rtl;}

.MoreLink{float:left;font-size:small;color:Black;font-weight:bold;text-align:right;direction:rtl;}
.SmallGray{font-size:small; color:Gray; font-weight:normal}

/* Footer [S] */
#footer{border-width: 1pt;background-color: #C7DFFB;text-decoration: none;text-align: right;margin-top: 10px;width: 100%;border-top-style: solid;font-family:Tahoma;font-size:small;color:Black;}
#footer div{padding: 4px 10px;}
#footer a{color:Black; text-decoration:none;}
#footer a:hover{text-decoration:underline;}
/* Footer [E] */