body, html {
    background-color: #29414A;
    color: #184557;
    font-family: verdana,tahoma,arial,helvetica,sans-serif;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
}

form, table, ul, ol {
    font-family: verdana,tahoma,arial,helvetica,sans-serif;
    font-size: 9pt;
    border: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#logobar {
    background-image: url(/images/topbg.jpg);
    background-repeat: no-repeat;
}

#menubar {
    background-image: url(/images/menubg.jpg);
    background-repeat: no-repeat-x;
}
#menubar td.title {
    padding-top: 10px;
    padding-bottom: 10px;
}
#menubar td.links {
    color: #FFFFFF;
    font-size: 8pt;
    text-align: right;
    white-space: nowrap;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 5px;
}
#menubar a:link, #menubar a:active, #menubar a:visited {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
#menubar a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    white-space: nowrap;
}

#bodytext {
    background-color: #FFFFFF;
}
#bodytext a:link, #bodytext a:active, #bodytext a:visited {
    color: #0000CC;
    text-decoration: none;
}
#bodytext a:hover {
    color: #0000CC;
    text-decoration: underline;
}
#bodytext td.column {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#bodytext div.title {
    width: 100%;
    background-color: #CCD5D9;
    font-weight: bold;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#bodytext ul {
    list-style-type: square;
    list-style-image: url(/images/bullet.gif);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#bodytext li {
    margin-left: -1em;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}
#bodytext ul.answer {
    list-style-type: square;
    list-style-image: url(/images/dot.gif);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#bodytext #entryform td {
    padding: 2px;
    margin: 0px;
}
#bodytext td.title {
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

#bottombar {
    background-color: #4A6D84;
    background-image: url(/images/bottombar.jpg);
    background-repeat: no-repeat;
}

#copyright {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 8pt;
    text-align: center;
}

input {
    background-color: #F6FAFF;
    border: 1px solid #004284;
    padding-left: 3px;
    padding-right: 3px;
}
input.button {
    background-color: #CCD5D9;
    color: #004284;
    font-weight: bold;
    border: 1px solid #004284;
}
textarea {
    background-color: #F6FAFF;
    border: 1px solid #004284;
    padding: 3px;
}
