/* Copyright (c) 2009 Ezer IT Consulting. All rights reserved. */
/* For information contact claus@ezer.dk. */

/* Styles for staff table */


table.staff {
}

table.staff td.photo {
    width: 120px;
}

table.staff td.desc {
}

table.staff p.name {
    font-size: 12pt;
}

