.body {
    font-family: "Courier New", monospace;
    font-size: 12pt;
    line-height: 16pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
.oneColLiqCtr #container {
    width: 80%;  /* this will create a container 80% of the browser width */
    background: #FFFFFF;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0; /* the auto margins (in conjunction with a width) center the page */
    border-left: 2px solid #FC0004;
    border-right-style: 0;
    border-right-width: 0;
    border-bottom-style: 0;
    border-bottom-width: 0;
    border-top-style: 0;
    border-top-width: 0
}
.bodyred {
    font-family: "Courier New", monospace;
    font-size: 12pt;
    line-height: 16pt;
    font-weight: normal;
    font-style: normal;
    color: #FC0004;
}
.bodygrey {
    font-family: "Courier New", monospace;
    font-size: 12pt;
    line-height: 16pt;
    font-weight: normal;
    font-style: normal;
    color: #BBBBBB;
}
.bodysmall {
    font-family: "Courier New", monospace;
    font-size: 10pt;
    line-height: 12pt;
    color: #000000;
}
.bodysmallred {
    font-family: "Courier New", monospace;
    font-size: 10pt;
    color: #FC0004;
}
.bodybold {
    font-family: "Courier New", monospace;
    font-size: 12pt;
    line-height: 16pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
.openingaddress {
    font-family: "Times New Roman", Times, serif;
    font-size: 14pt;
    color: #000;
}
.style1 {
    color: #FC0004
}
a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #000000;
    background-color: #FFFF00;
}
a:active {
    color: #000000;
}
