body {
    color: #646D41;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #0000FF;
    scrollbar-darkshadow-color: #0000FF; 
    scrollbar-track-color: #0000FF; 
    scrollbar-face-color: #D9DDC3; 
    scrollbar-shadow-color: #646D41;
    scrollbar-3dlight-color: #0000FF; 
    scrollbar-highlight-color: #646D41; 
    scrollbar-arrow-color: #D9DDC3;
    BACKGROUND-COLOR: transparent;
}

a:active {
    color: #54667E;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;  
}

a:link {
    color: #54667E;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

a:visited {
    color: #54667E;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

a:hover {
    color: #7F92A7;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;    
}

.header {
    background: url('images/rebecca_layouthead.png') left no-repeat;
    border-bottom: 1px solid #646D41;
    color: #646D41;
    font-size: 8pt;
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 3pt;
    text-align: left;
    text-indent: 25px;
    padding: 3px;
}

.stats {
    border: 1px solid #646D41;
    background-color: #D9DDC3;
    color: #646D41;
    font-size: 8pt;
    text-align: center;
    width: 80%;
}

.imgstyle {
    border: 4px solid #D9DDC3;
    background-color: #F2F4EA;
}

.foot {
    border-top: 1px dotted #646D41;
    color: #646D41;
    font-size: 10px;
    text-align: center;
}

table {
    color: #646D41;
    font-size: 8pt;
}

b, i, strong {
    color: #646D41;
    font-size: 8pt;
    text-transform: uppercase;
}

input, textarea { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #646D41;
    font-size: 8pt;
    border: 1px solid #646D41;
    background-color: #D9DDC3;
}

select, option, submit, reset {    
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    color: #646D41;
    background-color: #D9DDC3;
}