body {
    color: #1EA3A0;
    font-family: Trebuchet MS, Verdana, Georgia, Tahoma, Times New Roman;
    font-size: 10px;
    background: #6CCFCD url('layout/albel_layoutbg.jpg') repeat-x scroll right top;
    scrollbar-darkshadow-color: #1EA3A0; 
    scrollbar-track-color: #6CCFCD; 
    scrollbar-face-color: #1EA3A0; 
    scrollbar-shadow-color: #6CCFCD;
    scrollbar-3dlight-color: #1EA3A0; 
    scrollbar-highlight-color: #6CCFCD; 
    scrollbar-arrow-color: #1EA3A0;
}

a:active {
    color: #7EDAD9;
    font-weight: bold;
    text-decoration: underline;
    cursor: help; 
}

a:link {
    color: #7EDAD9;
    font-weight: bold;
    text-decoration: underline;
    cursor: help;
}

a:visited {
    color: #7EDAD9;
    font-weight: bold;
    text-decoration: underline;
    cursor: help;
}

a:hover {
    color: #1EA3A0;
    background-color: #7EDAD9;
    font-weight: bold;
    text-decoration: none;
    cursor: help;    
}

.header {
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #1EA3A0;
    background-color: #6CCFCD;
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;    
}

table {
    color: #1EA3A0;
    font-size: 10px;
}

input, textarea { 
    font-family: Trebuchet MS, Verdana, Georgia, Tahoma, Times New Roman;
    color: #1EA3A0; 
    font-size: 10px;
    background: #6CCFCD;
    border-style: solid;
    border-color: #1EA3A0;
    border-width: 1px;
}