ul
    {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 16px
    }

li
    {
    background: url(../images/li1.gif) center left no-repeat;
    padding:    0 0 0 15px;
    height:     20px
    }

.li
    {
    background: url(../images/li3.gif) center left no-repeat;
    padding:    0 0 0 15px;
    height:     20px
    }

.li2
    {
    background: url(../images/li4.gif) center left no-repeat;
    padding:    0 0 0 15px;
    height:     20px
    }

body
    {
    margin: 0px;
    padding: 0px;
    background-color: #BFB9A0;
    }

td, div, select
    {
    font-size: 11px;
    font-family: Tahoma;
    color:     #C6C2AC;
    line-height: 13px;
    }

p
    {
    font-size: 12px;
    font-family: Tahoma;
    color:     #C6C2AC;
    line-height: 15px;
    }

.pol
    {
    color: #C6C2AC;
    text-decoration: none;
    }

.m
    {
    color: #C6C2AC;
    }

.t1
    {
    color: #DEDAC5;
    }

.white
    {
    color: #FFFFFF;
    }

.black
    {
    color: #252525;
    }

.r_m
    {
    color: #292821;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    }

a.pol:hover
    {
    color: #BFB9A0
    }

a.black:hover
    {
    text-decoration: none
    }

a.m:hover
    {
    text-decoration: none
    }

a.r_m:hover
    {
    text-decoration: underline
    }

.input
    {
    width: 189px;
    height: 20px;
    background-color: #3E3D35;
    font-size: 11px;
    font-family: Tahoma;
    color: #C6C2AC;
    border-color: #BFB9A0;
    border-style: solid;
    border-width: 1px;
    margin: 0px;
    padding: 2 0 0 5px;
    }

.textarea
    {
    width: 189px;
    height: 122px;
    background-color: #3E3D35;
    font-size: 11px;
    font-family: Tahoma;
    color: #C6C2AC;
    border-color: #BFB9A0;
    border-style: solid;
    border-width: 1px;
    margin: 0px;
    padding: 2 0 0 5px;
    overflow: auto;
    }
