body {
    font-family: verdana;
    margin: 0 50px 10px 50px;
    text-align: left;
    background: #255132;
    min-width: 550px;
    border-left: #777 1px solid;
    border-right: #777 1px solid;
}

#hd {
    padding: 10px 0 0 0;
    background: #fff;
}



ul.navtabs {
    list-style: none;
    padding: 2px 5px;
    margin: 0;
    border-bottom: 1px solid #050;
}
.navtabs li {
    display: inline;
    border: solid;
    border-color: #255132;
    border-width: 0 0 0 1px;
    margin: 0;
    padding: 2px 5px;
    font-size: 10pt;
    background: #ddd url(icons/tab_ur_green.gif) top right no-repeat;

}
.navtabs li A {
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #255132;
}
.navtabs li.selected {
    background: #fff url(icons/tab_ur_green.gif) top right no-repeat;
    border-bottom: 1px solid #fff;
}

