BODY {
    font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif;
    font-size: 10pt;
}

TD.leftsash {
    width: 225px;
    height: 1120px;
    padding: 12px 0px 12px 12px;
    background: url('assets/images/Left_Red_Fade_1108.jpg') no-repeat;
}

DIV.leftsash {
    width: 147px;
    padding: 0pt;
    margin-right: -80px;
}

TD.contentArea {
    padding: 6pt;
    width: 425px;
}

TD.rightsash {
    padding: 6pt;
    width: 150px;
    text-align: center;
}

TD.contentAreaWide {
    padding: 6pt;
    width: 554px;
}

TD.footer {
    font-size: 12px;
}

TD.footerImage {
    background: url('assets/images/LC_Final_Footer2.jpg') no-repeat;
    height: 62px;
}

DIV.rollover {
    position: relative;
    display: block;
    margin: 0px;
    margin-top: 6px;
    padding: 6px;
    width: 135px;
    height: 30;
    color: white;
    border-left: 2px solid rgb(51,63,102);
    border-top: 2px solid rgb(51,63,102);

    font-family: MS Reference Sans Serif;
    font-weight: bold;
    font-size:7pt;
}
DIV.over {
    background-color: rgb(153,165,204);
}
DIV.out {
    background-color: rgb(102,114,153);
}

A.rollover {
    text-decoration: none;
}

.red {
    color: rgb(230,0,0);
}