table {
    width:100%;
    border:0;
    border-spacing:0;
    border-collapse:collapse;
}
table tr td, table tr th {
    padding: 0;
}
.container_bg {
    background-color: transparent;
    text-align:left;
    padding:  10px 10px 10px 10px !important;
}
.container_bg_nopadding {
    background-color: transparent;
    text-align:left;
    padding:0;
}
.header_text {
    font-family: 'PT Sans', Sans-Serif;
    /* color: #800000; */
    color:#522944;
    font-size:20px;
    line-height:24px;
    font-weight:bold;
}
.header_text_gray {
    font-family: Lucida Bright, Times New Roman;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #43433c;
}
.container_body {
    width: 100%;
    height: auto;
}
.gray_lines_top {
    width: 100%;
    height: 15px;
    background-image: url('images/cont-lines-top.png');
    background-position: left top;
    background-repeat: repeat-x;
}
.gray_lines_bottom {
    width: 100%;
    height: 20px;
    background-image: url('images/cont-lines-bottom.png');
    background-position: left bottom;
    background-repeat: repeat-x;
    display: none;
}