﻿html
{
    height: 100%;
}
body
{
    margin: 0px; 
    background-color: #3D2F16;
    direction: rtl;
    
    font-family: Arial;
    font-size: 12px;
    color: #CDAE7A;
}
a
{
    text-decoration: none;
}
.text_credit
{
    color: #775C31;
    font-size: 11px;
}
.text_credit a
{
    color: #775C31;
    font-size: 11px;
    text-decoration: none;
}
form
{
    margin: 0px;
}
p
{
    margin: 0px;
}
hr
{
    color: #503e1d;
    height: 1px;
    width: 540px;
}
#marqueecontainer
{
    position: relative;
    width: 290px; /*marquee width */
    height: 290px; /*marquee height */
    /*background-color: white;*/
    overflow: hidden;
    border: 0px solid black;
    padding: 0px;
}
.cot
{
    color: #DDC9A6;
    font-size: 21px;
    font-weight: bold;
}
.menu
{
    height: 25px;
    background-color: #000000;
    padding-right: 10px;
}
.menu_over
{
    height: 25px;
    background-color: #3d2f16;
    padding-right: 10px;
}
.menu a
{
    color: #CDAE7A;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.menu_over a
{
    color: #CDAE7A;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.text_news
{
    color: #856632;
    font-size: 12px;
    text-decoration: none;
}
.text_news a:link
{
    color: #856632;
    font-size: 12px;
    text-decoration: none;
}
.text_news a:active
{
    color: #856632;
    font-size: 12px;
    text-decoration: none;
}
.text_news a:visited
{
    color: #856632;
    font-size: 12px;
    text-decoration: none;
}
.text_news a:hover
{
    color: #856632;
    font-size: 12px;
    text-decoration: none;
}
.cot_small
{
    font-weight: bold;
    font-size: 13px;
}
.cot_sub
{
    color: #DDC9A6;
    font-size: 15px;
    font-weight: bold;
}
.url_press
{
    color: #CDAE7A;
    font-size: 12px;
    font-weight: normal;
}
.textbox
{
    width: 230px;
    height: 16px;
    border: 1px solid #856632;
    background-color: #3D2F16;
    
    font-family: Arial;
    font-size: 12px;
    color: #CDAE7A;
}
.textarea
{
    width: 230px;
    height: 16px;
    border: 1px solid #856632;
    background-color: #3D2F16;
    
    font-family: Arial;
    font-size: 12px;
    color: #CDAE7A;
    
    scrollbar-base-color: #3D2F16;
    scrollbar-arrow-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #3D2F16;
    scrollbar-highlight-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-track-color: #000000;
}
.buttonbox
{
    width: 90px;
    height: 25px;
    border: 1px solid #856632;
    background-color: #21190C;
    
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #CDAE7A;
}