body {
    background-color: #ffffff;
    text-align: left;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    /*"Palatino Linotype", "Book Antiqua", Palatino, Antiqua, serif;*/
    font-size: 11pt;
}

.center {
    text-align: center;
}

div {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.container {
    width: 100%;
    height: 100%;
}

div.frame-top {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 10px;
}

div.frame-left {
    clear: both;
    float: left;
    width: 20%;
}

div.frame-center {
    float: left;
    width: 60%;
}

div.frame-right {
    float: right;
    width: 20%;
}

div.menu-right {
    float: right;
    width: 19%;
    height: 100%;
    border-left: 1px dashed grey;
}

div.content {
    float: left;
    width: 80%;
}

div.footer {
    clear: both;
    float: left;
    color: grey;
    font-size: 8pt;
    text-decoration: none;
}

a.footer {
    color: grey;
    font-size: 8pt;
    text-decoration: none;
}

a.footer:hover {
    color: grey;
    font-size: 8pt;
    text-decoration: underline;
}

hr {
    border: 1px dashed grey;
}
