body {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10pt;
    background: #F9DAF7;
}

div.banner {
    /*border: 2px #8E236B solid;*/
    background: white;
}

div.topbar {
    background: #F2BAF0;
    border: 2px #8E236B solid;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

div.topbar a {
    color: black;
}

div.maincontent {
  background: white;
}

div.bottombar {
    background: #F2BAF0;
    border: 2px #8E236B solid;
    border-radius: 3px;
}

table.mainlist, table.mainlist th, table.mainlist td,
table.biglist, table.biglist td {
    border: 2px #8E236B solid;
    font-size: 9pt;
}

table.mainlist a, table.biglist a {
    color: black;
    text-decoration: none;
}

table.mainlist a:hover, table.biglist a:hover {
    text-decoration: underline;
}