@charset "UTF-8";
a {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight: bold;
color: #006;
text-decoration: none;
font-size: 11px;
}
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 11px;
}
#listHeader {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
background-color: #036;
color: #FFF;
font-size: 11px;
}
#listRow {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 11px;
background-color: #CCC;
}
.deleteButton {
font-weight: bold;
color: #F00;
}