body {
    background-color: #ffffff;
    color: #000000;
    font-family: sans-serif;
    font-size: medium;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
.header_div {
    color: #ffffff;
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-image: url('images/purple_seamless_50.jpg');
    background-repeat: repeat-x;
    background-color: #190332;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
	margin: 0px;
}
.items_div {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.item_download_div {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f0f0f0;
    text-align: center;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #c0c0c0;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c0c0c0;
}
.footer_div {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d0d0d0;
    color: #000000;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    text-align: center;
}
.help_topic_content_div {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f0f0f0;
    text-align: left;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #c0c0c0;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c0c0c0;
}
.help_topic_title_div {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d0d0d0;
    color: #000000;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    text-align: center;
    font-size: large;
}
