body, td, button, input, select, textarea { font: normal 14px Arial, sans-serif; }
a, a:visited { color: #528ec5; }

h1 { color: #edca04; font-size: 42px; font-weight: normal; margin: 22px 0 16px 0; }
h2 { color: #000; font-size: 24px; font-weight: normal; }
h3 { color: #43515e; font-size: 18px; font-weight: bold; }
h4 { font-size: 16px; font-weight: bold; }

p { margin: 0 0 10px 0; }

li { list-style: disc; list-style-position: inside; }

strong { font-weight: bold; }

.main { padding: 6px 8px 5px 8px; width: 784px; }
.intro { color: #43515e; font-size: 18px; }
.right { float: right; }
.left { float: left; }

.clear { clear: both; height: 0; font-size: 0; line-height: 0; }

.button
{
    background-color: #8798a3;
    border: none;
    color: #fff;
    font-size: 10px;
    padding: 1px 5px;
}

.content
{
    padding: 0 9px 20px 9px;
}

.footer { border-top: solid 13px #e8edef; color: #edca04; font-size: 10px; padding-top: 9px; }
.footer a, .footer a:visited { color: #43515e; text-decoration: none; }

.close-button-box { margin-bottom: 7px; }
.header-box { border-bottom: solid 13px #e8edef; }

.search-box { background-color: #d1dae0; margin: 20px 0; padding: 14px 19px 20px 19px; }
.search-textbox { border: solid 1px #abadb3; color: #747885; font-size: 14px; margin: 11px 0 0 0; padding: 7px 6px 6px 6px; width: 542px; }

.go-button
{
    background-color: #528ec5;
    border: none;
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
    padding: 7px 8px 6px 7px;
}

.pager { text-align: right; margin: 10px 0; }

