* {
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
}
body {
    margin: 0;
}
a {
    color: blue;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
}
td.mainspace {
    background-color: #b83138;
    width: 5px;
}
td.header-tr {
    background-image: url(../img/0-header.jpg);
    width: 980px;
    height: 88px;
}
td.header-en {
    background-image: url(../img/1-header.jpg);
    width: 980px;
    height: 88px;
}
a.topmenu {
    padding: 6;
    height: 6;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
a.topmenu:hover {
    color: #b83138;
    background-color: #ffffff;
}
span.topmenu {
    padding: 6;
    height: 6;
    font-weight: bold;
    color: #b83138;
    background-color: #ffffff;
    text-decoration: none;
}
td.topmenu {
    background-color: #b83138;
    height: 25px; color: #ffffff;
}
td.bottom {
    height: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #b83138;
    text-align: center;
}
a.bottom {
    text-decoration: none;
    color: #ffffff;
}
td.leartes {
    font-weight: bold;
    text-align: right;
}
a.leartes {
    text-decoration: none;
    color: #b83138;
}
td.label {
    padding:5;
    height:5;
    background-color:#cccccc;
    white-space:nowrap;
}
td.cellspace {
    padding: 3;
    height: 3;
}
tr.trOver {
    font-weight: bold;
    background-color: lightblue;
    cursor: hand;
}
tr.trOut {
}