body {
    margin: 0px;
    background-image: url('fundo.jpg');
    font-family: 'Comic Sans MS';
    font-size: 12pt;
}

.caption, .tableHeadCell {
    font-size: 0.8em;
    font-style: italic;
}

.checkBox, .input, .listBox, .textArea {
    font-size: 1.1em;
    font-weight: bold;
}

.checkBox:focus, .input:focus, .listBox:focus, .textArea:focus {
    -moz-opacity: 1.0;
    filter: 'alpha(opacity=100)';
}

table {
    font-family: Arial;
    font-size: 10pt;
}

.frameCell, .frameFoot {
    color: #B74F8F;
    border-color: #B74F8F;
    border-top-style: solid;
    border-left-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-width: 3px;
    padding: 8px;
    vertical-align: top;
    background-image: url("fundoTabela.jpg");
}

td.frameCell:hover, tr.tableRow:hover {
    border-top-style: double;
    border-right-style: double;
    background-image: url("fundoComFoco.jpg");
    -moz-opacity: 1;
    filter: 'alpha(opacity=100)';
}

@media screen {
    .frameCell, .frameFoot {
        -moz-opacity: 0.90;
        filter: 'alpha(opacity=90)';
    }
}

.frameTable {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 10px;
}

.tableBody {
    vertical-align: top;
    background-image: url("fundoTabela.jpg");
}

h1, h2 {
    font-weight: normal;
    font-variant: small-caps;
    font-family: Impact;
    color: #B74F8F;
}

h1 {
    letter-spacing: 0.4em;
}

h2 {
    letter-spacing: 0.2em;
}

img {
    border: none;
}

.lookUpCaption {
    border-style: none;
    cursor: hand;
    cursor: pointer;
}

