table.staff {
    width: 650px;
    border:1px solid #000000;
    border-spacing: 0px; }

table.staff caption {
    font-family: Verdana;
    font-size: 20pt;
    font-weight: bold;
    text-align: left;
    text-indent: 70px;
    background: url(../images/bg_caption.gif) left top;
    height: 40px;
    color: #FFFFFF;
    border:1px solid #000000;
}

table.staff a.staff, table.staff, tbody.staff, tfoot.staff, tr.staff, th.staff, td.staff {
    font-family: Verdana;
}

thead.staff th.staff{
    background: url(../images/bg_th.gif) left;
    height: 21px;
    color: #FFFFFF;
    font-size: 12pt;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    padding: 0px 7px;
    margin:20px 0px 0px;
    text-align: middle;
}

tbody.staff tr {background: #FFFFFF; }

tbody.staff tr.odd {background: #F0F0F0; }

tbody.staff td.name {
    font-size: 12px;
    line-height: 1.4em;
    font-family: Verdana;
    color: #000000;
    padding: 0px 7px;
    margin:20px 0px 0px;
    border-bottom: 1px solid #222982;
    text-align: left;
}

tbody.staff td.rank {
    font-size: 12px;
    line-height: 1.4em;
    font-family: Verdana;
    color: #000000;
    padding: 0px 7px;
    margin:20px 0px 0px;
    /*border-bottom: 1px solid #800000;*/
    border-bottom: 1px solid #222982;
    text-align: right;
}

tbody.staff a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

tbody.staff a:hover {
    color: #ffffff;
    text-decoration: underline;
}

tfoot.staff td {
    background: #ffffff url(../images/bg_footer.gif) repeat-x bottom;
    height: 21px;
}
