
body {
    background: #5492d8;
    color: #000000;
    font-family: verdana, aerial, serif;
    font-size: 11pt;
    line-height: 16pt;
    margin: 0;
    border-top: 1em solid #f35951;
    border-bottom: 1em solid #f35951;
    padding: 20px;
    vertical-align: top;
}

.header h1 {
    color: #f35951;
    border-bottom: 2px dotted #f35951;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.header .navigation {
    padding-top: 5px;
    text-align: right;
}

.page_body {
    border: 4px solid #2fcd84;
}

.cornered {
    background-image: url("/img/cornered/top-right.gif/pt5492d82fcd84");
    background-position: top right;
    background-repeat: no-repeat;
    height: 100px;
    text-align: center;
    border: 2px solid #2fcd84;
    vertical-align: center;
}

.accent_title {
    background-image: url("/img/cornered/top-right.gif/pt2fcd845492d8");
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #2fcd84;
    color: #000;
    width: 200px;
}

.bold_title, .bold_title_nocorner {
    background-color: #f35951;
    border-bottom: 2px dotted #000000;
    text-align: left;
}

.bold_title_nocorner {
    width: 150px;
}

.bold_title {
    background-image: url("/img/cornered/top-right.gif/pt2fcd845492d8");
    background-position: top right;
    background-repeat: no-repeat;
    width: 320px;
}

.footer { 
    width: 100%; 
    padding-top: 20px; 
}

.footer table {
    border: 4px solid #f35951;
}
.footer th {
    text-align: left;
    background-color: #f35951;
    color: #000000;
}
.footer td {
    width: 50%;
}
