/* Global styles for WBS&S */

BODY, P, TD, LI, UL, OL, TEXTAREA {
    font-family: 'Calibri', 'Arial', sans-serif;
    font-size: 11pt;
    color: #000
}

BODY {
    background-color: #fff;
    margin: 0px;
}

A, A:link, A:visited {
    color: #060;
}

A:hover {
    color: #cc9;
}

.menuLt {
    background-color: #fff;
}

.menuLt A {
    display: block
}

.bodyTable {
    position: absolute; 
    z-index: 2
}

.bodyTable TD {
    padding-bottom: 40px; 
}

.schedule TD {
    padding-bottom: 0px; 
}

.callOut {
    background-color: #d3d3d3;
}

.internalPrice, .internalPrice:link, .internalPrice:visited, .internalContact, .internalContact:link, .internalContact:visited {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 9pt
}

.internalPrice:hover, .internalContact:hover {
    text-decoration: underline;
    color: #b87f74
}

.internalContact:hover {
    color: #407136
}

.quoteAttr {
    font-size: 9pt
}

TD.pTop {
    padding-top: 6px;
} 