﻿body
{
    margin: 20px;
}
div, p, img, h1, h2, h3, h4, h5
{
    margin: 0px;
    padding: 0px;
}
div, p, span, input, h1, h2, h3, h4, h5
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    direction: rtl;
    text-align: right;
}
img
{
    border-width: 0px;
}

div#header
{
    font-family: Times New Roman;
    font-size: 14pt;
    font-weight: bolder;
    border-bottom: solid 1px black;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
div#header img
{
    padding-left: 15px;
}
div.dotted
{
    clear: both;
    border-bottom: dashed 1px black;
    height: 7px;
    font-size: 0pt;
    margin-bottom: 10px;
}

/*Content: Begin*/
h2.contentTitle
{
    color: Black;
    font-size: 13pt;
    font-family: Times New Roman;
    font-weight: bolder;
    line-height: 120%;
}
img.contentBodyImage
{
    float: left;
    border-style: solid;
    border-width: 10px;
    border-color: #666;
    margin-right: 5px;
}
p.contentLead
{
    color: Black;
    line-height: 150%;
    padding-top: 10px;
}
h3.contentUpperTitle
{
    color: Black;
    font-size: 10pt;
    font-family: Times New Roman;
    font-weight: bolder;
}
h3.contentBottomTitle
{
    color: Black;
    font-size: 10pt;
    font-family: Times New Roman;
    font-weight: bolder;
}
div.contentDateTime
{
    color: Black;
    text-align: left;
    padding-bottom: 10px;
}
div.contentBody
{
    color: Black;
    line-height: 150%;
}
div.contentSource
{
    float: right;
    color: Black;
}
div.contentSource span
{
    color: Black;
}
div.contentTools
{
    float: left;
    color: Black;
}
div.contentTools a
{
    color: Black;
}

div.contentTools a:hover
{
    color: Black;
}

span.contentDateTime
{
}
/*Content: End*/
