body {
    font-family:  verdana, tahoma,  sans-serif;
    font-size: 11px;
    background-color: #f3f3f3;
    margin: 0px;
}
a, a:active, a:visited {
    color: #004080;
}
a:hover {
    color: #a0a8c4;
}
.med { font-size: 11px; }
.small { font-size: 10px; }
h1,h2 {
    margin: 0px;
    padding: 0px;
}
.body-top {
    padding: 4px 10px 4px 10px;
    margin: 0px;
    background-color: #3a4a85;
    text-align: center;
    color: #dae9fa;
    font-size: 11px;
}
.body-container {
    width: 768px;
    margin: 0px;
    padding: 0px;
    margin: 10px;
    border-top: 0px;
    border-right: solid 1px #3a4a85;
    border-bottom: 0px;
    border-left: solid 1px #004080;
    background-color: #ffffff;
}
.body-header {
    margin: 0px;
    padding: 8px 10px 8px 10px;
}
.body-contents {
    padding: 5px 16px 10px 16px;
    margin: 0px;
}
.body-contents a, .body_contents a:active, .body_contents a:visited {
    color: #004080;
    text-decoration: none;
    border-bottom: solid 1px #a0a8c4;
}
.body-contents a:hover {
    color: #a0a8c4;
    border-bottom: solid 1px #004080;
}
pre {
    font-family: courier new, courier, sans-serif;
    font-size: 11px;
    color: #555555;
    background-color: #f9f9f9;
    border: solid 1px #f3f3f3;
    padding: 8px;
    margin: 0px;
}
.body-footer-top {
    background-color: #eeeeee;
    border-top: #cccccc;
    margin: 0px;
    padding: 5px 5px 5px 10px;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
}
.body-footer {
    padding: 15px 10px 15px 10px;
    margin: 0px;
    background-color: #3a4a85;
    text-align: center;
    color: #dae9fa;
    font-size: 11px;
}
.body-footer a, .body-footer a:active, .body-footer a:visited {
    color: #dae9fa;
}
.body-footer a:hover {
    color: #ffffff;
}
.tmenu {
    background-color: #f3f3f3;
    padding: 6px 10px 6px 10px;
    font-size: 11px;
    font-weight: bold;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
.tmenu a, .tmenu a:active, .tmenu a:visited {
    color: #004080;
    margin: 0px 10px 0px 0px;
}
.tmenu a:hover {
    color: #0070d0;
}
.tsmenu {
    background-color: #f3f3f3;
    background-image: url(images/row1.gif);
    padding: 0px 10px 0px 16px;
    font-size: 11px;
    font-weight: normal;
    line-height: 32px;
    color: #777777;
}
.tsmenu a, .tsmenu a:active, .tsmenu a:visited {
    color: #aa0000;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
}
.tsmenu a:hover {
    color: #ff0000;
    text-decoration: underline;
}
.nav {
    margin: 5px 0px 5px 0px;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-color: #ffffff;
    padding: 4px;
}
.nav a, .nav a:active, .nav a:visited, .nav a:hover {
    border: 0px;
    text-decoration: underline;
}
h1 {
    font-weight: bold;
    font-size: 23px;
    letter-spacing: -1px;
    padding: 5px;
}
h2 {
    font-family: arial;
    font-weight: bold;
    font-size: 19px;
    color: #a0a8c4;
    letter-spacing: -1px;
    padding: 5px;
}
.hidden {
    display: none;
    visibility: hidden;
}
ul li {
    margin: 0px 0px 10px 0px;
}