html {
    background-color: #d00093;
    margin: 0;
    padding: 0;
    font-size: 11pt;
}

html, body {
    margin-left: auto;
    margin-right: auto;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 40px;
    margin-bottom: 50px;
    height: auto;
    width: 900px;
}

table.page {
    border-spacing: 10px;
}

table.page td {
    background-color: #ffffff;
    border: 2px solid #777;
}

/* Navigation bar */
#nav-field {
    font-size: 9pt;
}

#nav-field td {
    border: none;
    text-align: center;
}

/* Page content */
#content {
    padding: 10px;
    font-size: 9pt;
}

#content td:first-child {
    padding-right: 20px;
    padding-left: 0;
    width: 200px;
    text-align: left;
    vertical-align: text-top;
}

#content td {
    border: none;
}

#content h1 {
    font-size: 14pt;
    color: #E33D01;
}

#content ul {
    list-style-type: none;
    list-style-image: none;
    padding-left: 10px;
}

/* footer */
#footer {
    text-align: right;
    font-weight: bold;
    font-size: 8pt;
}

a:visited, a:link {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #E33D01;
}


