body {
    font-size: 80%;
    font-family: sans-serif;
    line-height: 1.5em;
    width: 994px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fafaff;
}

table {
    width: 100%;
    font-size: 100%;
    font-family: sans-serif;
    line-height: 1.5em;
}

table.page {
    background-color: #ffffff;
}

table.links {
    width: 100%;
    font-size: 100%;
    font-family: sans-serif;
    border: 1px solid;
    border-color: #b0c4de;
}

h3 {
    color: #4682b4;
    font-size: 200%;
    margin-top: 1pt;
    margin-bottom: 1pt;
    font-weight: normal;
}

h4 {
    color: #4682b4;
    font-size: 140%;
    font-weight: normal;
    margin-top: 1pt;
}

h5 {
    margin-left: 20px;
}

hr {
    color: #b0c4de;
    height: 1px;
}

tr.container {
    vertical-align: top;
}

td.header {
    background-color: #000000;
    padding-top: 14px;
}

td.header2 {
    background-color: #000000;
    font-size: 120%;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    color: #b0c4de;
}

td.hilite {
    background-color: #b0c4de;
    height: 25px;
    padding: 4pt;
    padding-left: 4pt;
}

td.hilite2 {
    font-size: 140%;
    text-align: center;
}

td.image {
    text-align: center;
}

td.link_hilite {
    background-color: #b0c4de;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}

td.link {
    padding: 5px;
}

td.link_current {
    border: 1px none #b0c4de;
    padding: 5px;
    color: #4682b4;
    font-family: sans-serif;
    font-size: 120%;
}

td.header_hilite {
    background-color: #b0c4de;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
}

td.indent_space {
    width: 10px;
}

.note {
    color: #ff0000;
}

p.note_indent {
    margin-left: 20px;
    color: #ff0000;
}

p.indent {
    margin-left: 20px;
}

img {
    border: 0;
}

a.popup {
    text-decoration: underline;
    color: Blue;
    cursor: hand;
}

td.quote {
    color: #4682b4;
    font-size: 140%;
    padding-bottom: 5px;
}

td.slides {
    width: 320px;
    height: 240px;
}

img.slides {
    width: 320px;
    height: 240px;
}

td.slides_caption {
    text-align: center;
    color: #4682b4;
}

div.hidden_panel {
    display: none;
}

tr.zebra_odd {
    background-color: #e0f4ff;
}

tr.zebra_even {
    background-color: #d0e4ff;
}

td.tab {
    padding: 5px;
    cursor: pointer;
}

td.tab_current {
    padding: 5px;
    color: #4682b4;
    font-family: sans-serif;
    font-size: 120%;
    cursor: pointer;
}

