body{
    margin-top: 2px;
    background-color: #07938A;
}
.top_left {
    background-image: url('../images/top_left.gif');
    background-repeat: no-repeat;
    width: 8px;
    height: 27px;
}
.top_right {
    background-image: url('../images/top_right.gif');
    background-repeat: no-repeat;
    width: 7px;
    height: 27px;
}
.top_middle1 {
    background-image: url('../images/top_middle.gif');
    background-repeat: repeat-x;
    height: 27px;
    width: 585px;
    color: white;
    font-size: 10pt;
    font-family: arial;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}
.top_middle2 {
    background-image: url('../images/top_middle.gif');
    background-repeat: repeat-x;
    height: 27px;
    width: 200px;
    color: white;
    font-size: 10pt;
    font-family: arial;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    padding-right: 5px;
}

.button_left {
    background-image: url('../images/off_menu_left.gif');
    background-repeat: no-repeat;
    width: 5px;
    height: 26px;
}
.button_right {
    background-image: url('../images/off_menu_right.gif');
    background-repeat: no-repeat;
    width: 5px;
    height: 26px;
}
.button_middle {
    background-image: url('../images/off_menu_middle.gif');
    background-repeat: repeat-x;
    height: 26px;
    color: white;
    font-size: 10pt;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.button_middle a {
    color: white;
    font-size: 10pt;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
}

.body_left {
    background-image: url('../images/body_background_left.gif');
    background-repeat: repeat-x;
    width: 400px;
    color: black;
    font-size: 10pt;
    font-family: arial;
    font-weight: normal;
    text-align: justify;
    vertical-align: top;
    padding: 25px;
}
.body_left h3 {
    color: black;
    font-size: 16pt;
    font-family: arial;
    font-weight: bold;
}

.body_left a {
    color: black;
    font-size: 10pt;
    font-family: arial;
    font-weight: bold;
	text-decoration: underline;
}

.body_right {
    background-image: url('../images/body_background_right.gif');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #D0EAE9;
    width: 400px;
    color: black;
    font-size: 10pt;
    font-family: arial;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 25px;
}

.body_right a{
    color: black;
    font-size: 10pt;
    font-family: arial;
    font-weight: normal;
    text-decoration: none;
}

.menu_left {
    background-color: #AAD9D7;
    width: 250px;
    color: black;
    font-size: 9pt;
    font-family: arial;
    font-weight: normal;
    text-align: left;
    padding: 15px;
}
.menu_left a{
    color: black;
    font-size: 9pt;
    font-family: arial;
    font-weight: normal;
    text-decoration: none;
}

.body_right2 {
    background-color: #D0EAE9;
    width: 550px;
    color: black;
    font-size: 7pt;
    font-family: arial;
    font-weight: normal;
    text-align: justify;
    padding: 15px;
}

.body_text{
    font-size: 9pt;
    font-family: arial;
    font-weight: normal;
    text-align: justify;
    line-height: 14pt;
}

.body_text a {
    color: black;
    font-size: 9pt;
    font-family: arial;
    font-weight: bold;
	text-decoration: underline;
}

.prod_text a {
    color: black;
    font-size: 9pt;
    font-family: arial;
    font-weight: bold;
	text-decoration: none;
}

#sddm
{
    margin: 0;
    padding: 0;
    z-index: 1;
    text-align: center;
    }

#sddm li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    text-align: center;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    z-index: 1;
    }

#sddm li a
{
    display: block;
    margin: 0 0 0 0;
    padding: 0px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    z-index: 1;
    }



#sddm li a:hover
{
    color: white;
}

#sddm div
{
    position: absolute;
    visibility: hidden;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0;
    background: #fed150;
    border: 0px solid #167e86;
    z-index: 1;
    }

    #sddm div a
    {
        position: relative;
        display: block;
        margin: 0;
        padding: 5px 10px;
        width: auto;
        white-space: nowrap;
        text-align: left;
        text-decoration: none;
        background: #73b2b6;
        color: #ffffff;
        font-family: arial;
        font-size: 9pt;
        font-weight: bold;
        border: 1px solid #167e86;
    }

    #sddm div a:hover
    {
        background: #73b2b6;
        color: #167e86;
        border: 1px solid #167e86;
        z-index: 1;
        }

