html {
    background-color: black;
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
a {
    color: blue;
    text-decoration: none;
}
#backgroundDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contentDiv {
    height: 100%;
    position: relative;
    z-index: 1;
}
#backgroundImage {
    width: 100%;
    height: 100%;
    min-width: 550px;
    min-height: 450px;
}
#backgroundTable {
    width: 100%;
    height: 100%;
    border: 0;
    border-collapse: collapse;
    padding: 0;
}
body {
    font-size: 12pt;
}
#mainTable {
    background-image: url(PopUp550.png);
    width: 550px;
    height: 450px;
    margin-top: 20px;
    border: 0;
    border-collapse: collapse;
    padding: 0;
}
#mainTable .leftCell {
    width: 10px;
}
#mainTable .centerCell {
    width: 530px;
}
#mainTable .rightCell {
    width: 10px;
}
#headerRow .centerCell {
    height: 24px;
    padding: 4px 4px 4px 0px;
    text-align: left;
    font: bold 16px Arial, sans-serif;
    color: #FBCD72;
}
#mainRow .centerCell {
    height: 396px;
    padding: 0px;
    color: black;
}
#mainDiv {
    height: 346px;
    margin: 0px;
    border: 0px;
    padding: 10px 4px 10px 10px;
    text-align: left;
    font: 12px Arial, sans-serif;
}
#footerDiv {
    height: 18px;
    margin: 0px;
    border: 0px;
    padding: 4px 4px 1px 4px;
    text-align: center;
    font: 12px Arial, sans-serif;
}
#copyrightDiv {
    height: 14px;
    margin: 0px;
    border: 0px;
    padding: 1px 4px 4px 4px;
    text-align: center;
    font: 10px Arial, sans-serif;
}
.suggestedmessage {
    font-family: monospace;
    padding-left: 30px;
}
.addthisbutton {
    text-align: center;
}
