body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input, p, th, td, select, table {
    margin:0pt;
    padding:0pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    /*background-color: #5cb63d;*/
}

blockquote {
    border-left:3px solid black;
    padding-left:10px;

}
table {
    border-collapse:collapse;
    border-spacing:0pt;
    font-size: 12px;
}

fieldset, img {
    border:0pt none;
}

address, caption, cite, code, dfn, th, var {
    font-style:normal;
    font-weight:normal;
}

strong{
    font-weight:bold !important;
}
em{
    font-style:italic !important;
}


body {
    color: #000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: url("img/bg.jpg") repeat-x left top;
    background-color: #ef8903;

    /*color: #878063;*/
}


table .tbl1{

}
    table .tbl1 td{
        padding:3px 5px;
    }


p, ul, li
{
    margin-top: 7px;
    margin-bottom: 7px;
}

a{
    color:#119201;
    text-decoration: underline;
}


.green{
    color:#008048;
}
.green_b{
    color:#008048;
    font-weight: bold;
}
.green_i{
    color:#008048;
    font-style: italic;
}
.green_bi{
    color:#008048;
    font-style: italic;
    font-weight: bold;
}

/*- Menu Tabs B--------------------------- */

#tabsB {
    float:left;
    width:100%;
    font-size: 15px;
    font-weight: bold;
    line-height:normal;
    border: 0px solid black;
    margin: 0px 0px 0px 30px;
    padding:0px;
    height: 57px;

}
    #tabsB ul {
        margin:0;
        padding:0px 0px 0 0px;
        list-style:none;
    }
    #tabsB li {
        display:inline;
        margin:0;
        padding:0;
    }

    #tabsB a {
        float:left;
        background: url("img/m_left.png") no-repeat left top;
        margin-right:0px;
        padding:0 0 0 0px;
        text-decoration:none;
        height: 57px;
    }
    #tabsB a:hover, #tabsB a.active{
        background: url("img/m_left_active.png") no-repeat left top;
    }
    #tabsB a.first{
        background: url("img/m_left_start.png") no-repeat left top;
    }
        #tabsB a:hover.first, #tabsB a.active_first{
            background: url("img/m_left_start_active.png") no-repeat left top;
        }
    #tabsB a.last{
        background: url("img/m_right_end.png") no-repeat right top;
    }
        #tabsB a:hover.last, #tabsB a.active_last{
            background: url("img/m_right_end_active.png") no-repeat right top;
        }
    #tabsB a span {
        float:left;
        display:block;
        height: 57px;
        background:url('img/m_right.png') no-repeat right top;
        padding: 0 8px 0 8px ;
        line-height: 50px;
        margin:0 0 0 0;
        color:#7af55e;
        cursor: pointer;
    }
        #tabsB a span.first{
            margin:0 0 0 14px;
        }
        #tabsB a span.last{
            margin:0 14px 0 0;
            background:url('img/m_right.png') no-repeat left top;
        }
    #tabsB a:hover span, #tabsB a span.active {
        background: url("img/m_right_active.png") no-repeat left top;
        color:#000;
    }
   /*
    #tabsB a:hover span {
      background-position:100% -42px;
      }*/

    /*#tabsB a span .active{
      float:left;
      display:block;
      background:url("img/m_right_active.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      }*/
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */

a.langs{
    margin-right: 10px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

a.sub_menu{
    padding:7px 5px;
    color:#119201;
    font-size:12px;
    font-weight:normal;
    text-decoration: none;
}

a:hover.sub_menu{
    color: #000;
    text-decoration: underline;
}


a.more{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    float:left;
    background: url('img/btn_bg_left.png') no-repeat left top;
    line-height:26px;
    margin-left: 55px;
    margin-top: 10px;


}
a.more span{
    cursor: pointer;
    color: #7df65d;
    margin-left: 10px;
    padding-right:10px;
    float:left;
    background: url('img/btn_bg_right.png') no-repeat right top;
    height:26px;
    width: 75px;
}
