


body {
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #6D6D6D;
    text-decoration: none;
}

.sub_title {
    font-family: Tahoma;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #D81911;
    text-decoration: none;
    margin-top:0px;
}
.text {
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #6D6D6D;
    text-decoration: none;
}
.textb {
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #6D6D6D;
    text-decoration: none;
}
select {
    font-family: Tahoma;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #747070;
    background: #EEF2F1;
}
input {
    font-family: Tahoma;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #747070;
    text-decoration: none;
    background-color: #EEF2F1;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-top-style: inset;
    border-right-style: inset;
    border-bottom-style: inset;
    border-left-style: inset;
}
input.checkbox {
    font-family: Tahoma;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #747070;
    text-decoration: none;
    background-color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-color: #FFFFFF;
    border-width: thin;
}
input.but {
    font-family: Tahoma;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #747070;
    text-decoration: none;
    background-color: #EEF2F1;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #F0F0F0;
}
a, a:visited, a:active {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    font-weight: none;
    color: #7F7F7F;
    text-decoration: none;
}
a:hover {
    color: #7F7F7F;
    text-decoration: underline;
}

