BODY
  {
    padding: 0;
    margin: 0px;
    font-size: 12px;
    padding-top: 0px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    SCROLLBAR-ARROW-COLOR: #000;
    SCROLLBAR-TRACK-COLOR: #848585;
    SCROLLBAR-BASE-COLOR: #d4d4d4;
    color: #000;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    background: #d4d4d4 url(/img/main_bg.jpg) top left repeat-x;
    }

INPUT.text, SELECT
{
    margin: 10px;
    padding: 1px;

    border: #ff9223 1px solid;

    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    width: 300px;
}

TEXTAREA
{
  margin: 10px;
  padding: 1px;
    width: 300px;
    height: 100px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    border: #ff9223 1px solid;
}

IMG
    {
    border: none;
    }

H1
    {
    font-size: 11px;
    color: #ff0000;
    text-transform: uppercase;
    }

H2
    {
    font-size: 11px;
    color: #ff0000;
    text-transform: uppercase;
    }


P, UL, LI   
    {
    font-size: 11px;
    color: #848585;
    line-height: 16px;
    }
B       
    {
    color: #000;
    }



TABLE.main_table
    {
    width: 952px;
    height: 100%;
    
    }

TD.header
    {
    height: 200px;
    background: #d4d4d4 url(/img/head_01.jpg) top left no-repeat;
    vertical-align: top;
    }


TD.lm
    {
    width: 194px;
    height: 100%;
    vertical-align: top;

    background: #848585 url(/img/lm_bg.jpg) top left no-repeat;
    }

TD.lm_td_p, TD.lm_td_a
    {
    padding: 0 0 0 45px;

    width: 194px;
    height: 55px;
    font-size: 11px;
    font-weight: bold;
    color: #ffd200;
    }
TD.lm_td_p A
    {
    color: #fff;
    text-decoration: none;
    }

TD.lm_td_p A:hover
    {
    color: #ffd200;
    text-decoration: none;
    }

TD.lm_td_p
    {
    background: url(/img/lm_bg_p.gif) top left no-repeat;
    }
TD.lm_td_a
    {
    background: url(/img/lm_bg_a.gif) top left no-repeat;
    }


TD.td_content
    {
    width: 758px;
    height: 100%;

    vertical-align: top;
    background: #fff url(/img/cont_bg.jpg) top left no-repeat;
    }

TD.td_content_2
    {
    width: 100%;
    height: 100%;

    padding: 30px 60px 30px 50px;
    vertical-align: top;
    }


TD.counters
    {
    text-align: center;
    height: 60px;   
    }



.copyright
  {
  padding-top:  15px;
  padding-bottom:  15px;

  text-align: center;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #999;
  }
.copyright A
  {
  text-decoration: none;
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #999;
  }
.copyright A:hover
  {
  text-decoration: underline;
  color: red;
  }

div#articles_block A
    {
    color: #555;
    text-decoration: none;
    }
div#articles_block A:hover
    {
    text-decoration: underline;
    }
    


