BODY {
    background-color: #DDEBCB; 
    text-align: center
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 10px;
    scrollbar-base-color: #91ABCB; 
    scrollbar-face-color: #91ABCB;
    scrollbar-shadow-color: #003563;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #91ABCB;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #003563;
}

.link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #002A52;
    text-decoration: none;
    border-width: 0px;
}
.link:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #38637A;
    text-decoration: underline;
    border-width: none;
    border-color: green;
}

.menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #DDEBCB;
    text-decoration: none;
}
.menu:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #ffffff;
    text-decoration: none;
}

.title {
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #222222;
    text-decoration: none;
    padding-bottom: 0px;
}

.big {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #002A52;
    text-decoration: none;
    padding-bottom: 0px;
}

.bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #222222;
    text-decoration: none;
    padding-bottom: 0px;
}

.small {
    color: #222222;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 7pt;
    font-weight: normal;
    text-decoration: normal;
}

.tablehead {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.tablehead:hover {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}

.bg0 {
    background-color: #c0d5b3;    
}

.bg1 {
    background-color: #c0d5b3;    
}

.bg2 {
    background-color: #eeeeee;
}

