body {
    margin: 0px;
    padding: 0px;
    color: #000000;
    background: #ffffff;
    font-size: 11px;
    font-family: Arial;
}

p,pre,form,h1,h2,h3,h4,h5,h6 {
    margin: 0px;
}

td {
    color: black;
    font-size: 11px;
    font-family: Arial;
}

input {
    border-width: 1px;
    border-color: #000000;
    font-size: 11px;
    font-family: Arial;
}

select,option,optgroup {
    border-width: 1px;
    border-color: #000000;
    font-size: 11px;
    font-family: Arial;
}

textarea {
    border-width: 1px;
    border-color: #000000;
    color: #000000;
    font-size: 11px;
    font-family: Arial;
    background-color: #ffffff;
}

input.button {
    border: 1px solid #808080;
    background-image: url(/img/design/button.gif);
    background-color: #cccccc;
    color: #000000;
    font-size: 11px;
    height: 18px;
}

input.button:hover {
    border: 1px solid #cccccc;
    background-image: url(/img/design/button_over.gif);
    background-color: #cccccc;
    color: #000000;
    font-size: 11px;
    height: 18px;
}

input.button2 {
    border: 1px solid #ff0000;
    background-image: url(/img/design/button2.gif);
    background-color: #cccccc;
    color: #000000;
    font-size: 11px;
    height: 18px;
}

input.button2:hover {
    border: 1px solid #ff0000;
    background-image: url(/img/design/button_over2.gif);
    background-color: #cccccc;
    color: #000000;
    font-size: 11px;
    height: 18px;
}


input.button_disabled {
    border: 1px solid #808080;
    background-image: url(/img/design/button.gif);
    background-color: #cccccc;
    color: #808080;
    font-size: 11px;
    height: 18px;
}

dfn {
    cursor: help;
    font-style: normal;
}

.td_menu_top
        {
        vertical-align: middle;
        height: 25px;
        }

.link_menu_top
        {
        color: #6E6E6E;
        font-weight: bold;
        text-decoration: none;
        }

.link_menu_top:hover
        {
        color: black;
        font-weight: bold;
        text-decoration: none;
        }

.td_middle
        {
        vertical-align: middle;
        }

.txt_login
        {
        font-weight: bold;
        color: #BF0100;
        }

.link_tessel_n
        {
        color: black;
        text-decoration: none;
        }

.link_tessel_n:hover
        {
        color: #686868;
        text-decoration: none;
        }

.link_tessel_a
        {
        color: yellow;
        font-weight: bold;
        text-decoration: none;
        }

.link_tessel_a:hover
        {
        color: white;
        font-weight: bold;
        text-decoration: none;
        }

.td_tessel
        {
        padding-top: 6px;
        padding-bottom: 6px;
        }


.td_tessel_2
        {
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #F2F2F2;
        }

.link_dol_001
        {
        color: white;
        text-decoration: none;
        }

.link_dol_001:hover
        {
        color: yellow;
        text-decoration: none;
        }

.td_dol_001
        {
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        height: 21px;
        background-color: #555555;
        color: white;
        }

.link_dol_002
        {
        color: #858787;
        font-size: 11px;
        text-decoration: none;
        }

.link_dol_002:hover
        {
        color: black;
        font-size: 11px;
        text-decoration: none;
        }

.link_bord
        {
        color: #BF0100;
        text-decoration: none;
        }

.link_bord:hover
        {
        color: black;
        text-decoration: none;
        }

a {
    color: #003399;
    text-decoration: none;
}

a:hover {
    color: #990000;
    text-decoration: underline;
}

a.blue {
    color: #003399;
    text-decoration: none;
}

a.blue:hover {
    color: #990000;
    text-decoration: underline;
}

a.lightblue {
    color: #3399ff;
    text-decoration: none;
}

a.lightblue:hover {
    color: #990000;
    text-decoration: underline;
}

a.red {
    color: #cc0000;
    text-decoration: none;
}

a.red:hover {
    color: #444444;
    text-decoration: underline;
}

a.green {
    color: #006600;
    text-decoration: none;
}

a.green:hover {
    color: #444444;
    text-decoration: underline;
}

a.yellow {
    color: #eeee00;
    text-decoration: none;
}

a.yellow:hover {
    color: #cccccc;
    text-decoration: underline;
}

a.white {
    color: #ffffff;
    text-decoration: none;
}

a.white:hover {
    color: #cccccc;
    text-decoration: underline;
}

a.gray {
    color: #808080;
    text-decoration: none;
}

a.gray:hover {
    color: #999999;
    text-decoration: underline;
}

a.black {
    color: #000000;
    text-decoration: none;
}

a.black:hover {
    color: #444444;
    text-decoration: underline;
}

a.button {
    background-image: url(/img/design/button.gif);
    background-color: #cccccc;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
}

a.button:hover {
    background-image: url(/img/design/button_over.gif);
    background-color: #cccccc;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
}

.td_col_001
        {
        padding-top: 6px;
        padding-bottom: 6px;
        }

.txt_left_6px
        {
        padding-left:6px;
        padding-right: 6px;
        }

.hr_001
        {
        color: #E1E1E1;
        height: 1px;
        }

.txt_silver_bold
        {
        color: #8B8B8B;
        font-weight: bold;
        }

.form_find
        {
        border: solid 1px black;
        font-size: 10px;
        width: 190px;
        }

.txt_green_12px
        {
        color: #056600;
        font-size: 10px;
        text-decoration: none;
        font-weight: bold;
        }

.txt_green_12px:hover
        {
        color: #7E7E7E;
        font-size: 10px;
        text-decoration: none;
        font-weight: bold;
        }

.txt_silver_10px
        {
        color: #595959;
        font-size: 10px;
        }

.link_silver_10px
        {
        color: #858787;
        font-size: 10px;
        text-decoration: none;
        }

.link_silver_10px:hover
        {
        color: black;
        font-size: 10px;
        text-decoration: none;
        }

.col_belka {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 10px;
    text-align: center;
}
.col_belka_white {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 10px;
    text-align: center;
}

.col_txt
        {
        padding-top: 4px;
        text-align: left;
        }

.link_w
        {
        color: black;
        text-decoration: none;
        }

.link_w:hover
        {
        color: grey;
        text-decoration: none;
        }

td.ct_title
	{
	background:#d0d8e0;
	font-weight: bold;
	}

td.ct_nav
	{
	background:#f0f4f8;
	font-weight: bold;
	}

td.ct_nav1
	{
	background:#f0f4f8;
	}

td.ct_nav2
	{
	background:#f4f8fc;
	}

td.ct_nav1s
	{
	background:#d4f0d8;
	}

td.ct_nav2s
	{
	background:#d8f4dc;
	}


a.top {
    color: #464646;
    text-decoration: none;
}

a.top:hover {
    color: #ff0000;
    text-decoration: none;
}

td.menu_0 {
    border-top: 5px solid #006699;
    border-bottom: 1px solid #c0c0c0;
    background-color: #f8f8f8;
    color: #000000;
}

a.menu_0 {
    color: #006699;
    text-decoration: none;
}

a.menu_0:hover {
    color: #003366;
}

div.menu_0 {
    text-align: center;
    font-weight: bold;
}

td.menu_1 {
    border-bottom: 1px solid #c0c0c0;
    background-color: #e0e0e0;
}

a.menu_1 {
    color: #006699;
    text-decoration: none;
}

a.menu_1:hover {
    color: #003366;
}

div.menu_1 {
    font-weight: bold;
}

td.menu_2 {
    border-bottom: 1px solid #c0c0c0;
    background-color: #f8f8f8;
}

a.menu_2 {
    color: #006699;
    text-decoration: none;
}

a.menu_2:hover {
    color: #003366;
}

div.menu_2 {
}

table.menu_wybor {
    border: 1px solid #c0c0c0;
    background-color: #f8f8f8;
}

a.menu_color {
    color: #ffffff;
    text-decoration: none;
}

a.menu_color:hover {
    text-decoration: underline;
}

.small {
    font-size: 9px;
}

.medium {
    font-size: 14px;
}

.big {
    font-size: 16px;
}

a.none {
    text-decoration: none;
}

table.form {
    width: 100%;
}

td.form_title {
    color: #ffffff;
    background-color: #999999;
}

td.form_text {
    background-color: #dddddd;
}

td.form_input {
    background-color: #eeeeee;
}

td.form_submit {
    background-color: #dddddd;
}

td.form_error {
    background-color: #dddddd;
    color: #ff0000;
}

td.form_msg {
    background-color: #dddddd;
    color: #006600;
}

.border-lrtb {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.border-lt {
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
}

.border-rtb {
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.border-lrb {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.border-rb {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.border-b {
    border-bottom: 1px solid #000000;
}

.border-l {
    border-left: 1px solid #000000;
}

