﻿html
{
    height: 100%;
}
body
{
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0px;
    direction: rtl;
    
    font-family: Arial;
    font-size: 12px;
    color: #026d97;
}
.text_credit
{
    color: #666666;
    font-size: 10px;
}
.text_credit a
{
    color: #666666;
    font-size: 10px;
    text-decoration: none;
}
.text_footer
{
    color: #026d97;
    font-size: 11px;
}
form
{
    margin: 0px;
}
p
{
    margin: 0px;
}
img
{
    border: 0px;
}
hr
{
    height: 1px;
    color: #e0e3e8;
    width: 98%;
}
.text_subcot
{
    color: #026d97;
    font-weight: bold;
    font-size: 13px;
}
.text_menu
{
    color: #CCD1D9;
    font-size: 12px;
}
.text_menu a
{
    color: #026D97;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
.cot_answer
{
    background-image: url(../images/bg_cot_answer.gif);
    background-repeat: no-repeat;
    background-position: top right;
    height: 22px;
    color: White;
    font-size: 13px;
    font-weight: bold;
    padding-right: 13px;
}
.cot_question
{
    background-image: url(../images/bg_cot_question.gif);
    background-repeat: no-repeat;
    background-position: top right;
    height: 22px;
    font-weight: bold;
    font-size: 13px;
    padding-right: 15px;
}
.link_press
{
    color: #026D97;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
.but_prod
{
    height: 27px;
    background-image: url(../images/bg_but_prod.gif);
    color: White;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
.but_prod_big
{
    height: 27px;
    background-image: url(../images/bg_but_prod_big.gif);
    color: White;
    font-weight: bold;
    font-size: 12px;
}
.prod_links a
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}