* {
   font-family: sans-serif;
}

#page_top, #page_bottom, .back, .donotprint {
    display: none;
}

a {
    color: #000;
    text-decoration: none;
}

table, table td, table th {
    border: 1px solid #000;
	border-collapse: collapse;
    padding: 1px;
}

table th {
    background: #999;
}

table tr.zebra td {
   background: #eee;

}

.top {
    vertical-align: top;
}

table.small {
    font-size: 10px;
}