BODY
{
    font-family: Verdana, Arial;
    font-size: 13px;
    Color: Black;
    Background-color: #3b2714;
    Text-Align: left;
}

A,A:visited
{

    text-decoration: None;
}

A:hover
{
    
    text-decoration: underline;
}

.menu_el
{
  

}

.menu_el_selected
{
  

}

.menu_el_href
{
    font-family: Verdana,Arial;
    font-size: 16px;
    Color: #000000;
    font-weight: Bold;
}

.menu_el_href_selected
{
    font-family: Verdana,Arial;
    font-size: 16px;
    Color: #4C2600;
    font-weight: Bold;
}

.leftmenu
{
font-family: Verdana,Arial;
    font-size: 13px;
    Color: #000000;
    font-weight: Bold;
}

.leftmenu_selected
{
    font-family: Verdana,Arial;
    font-size: 13px;
    Color: #4C2600;
    font-weight: Bold;
}

.mfk_button
{
    font-family: Verdana,Arial;
    font-size: 12px;
    font-weight: Bold;  
    Color: White;
    Background-color: #4C2600;
    Border: Solid black 1px;
    
}

.mfk_input
{
    font-family: Verdana,Arial;
    font-size: 13px;
    font-weight: Normal;  
    Color: #000066;
    Background-color: #FFFFE9;
    Border: Solid #4C2600 1px;
    Padding: 3px;
}

.mfk_h1
{
    font-family: Verdana,Arial;
    font-size: 22px;
    font-weight: Bold;  
    Color: #4C2600;
}

.mfk_h2
{
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: Bold;  
    Color: #4C2600;
}

.mfk_h3
{
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: Bold;  
    Color: #4C2600;
}

.mfk_label
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: Normal;  
    Color: Black;
}

.mfk_text
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: Normal;  
    Color: Black;
}

.right_text
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;  
    Color: White;
}


.error
{
    padding: 3px;
    border: solid red 1px;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: Bold;
    color: #007070;
    background-color: #FFE0E0;
    text-decoration: none;
}

.warning
{
    padding: 3px;
    border: solid blue 1px;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: Bold;
    color: #707000;
    background-color: #E0E0FF;
    text-decoration: none;
}

.ok
{
    padding: 3px;
    border: solid green 1px;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: Bold;
    color: #700070;
    background-color: #E0FFE0;
    text-decoration: none;
}

.debug
{
    padding: 3px;
    border: solid Yellow 1px;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: Bold;
    color: #000070;
    background-color: #FFFFE0;
    text-decoration: none;
}


.footer
{
    Color: Black;
    Text-align: center;
    font-family: Tahoma;
    font-size: 13px;
}

.yhover:hover
{
    Color: Blue;
    background-color: #FFFF00;
}

