body, td, div {
    font-family: trebuchet ms, tahoma, sans-serif, verdana;
    font-size: 11px;
    color: #6e808e;
}
.topLink {
    color: #6e808e;
    font-weight: bold;
    text-decoration: none;
}
.topLink:hover {
    color: #8094a3;
    font-weight: bold;
    text-decoration: none;
}
.menuLink {
	font-size: 11px;
	color: #536A7B;
    font-weight: none;
    text-decoration: none;
}
.menuLink:hover {
	font-size: 11px;
	color: #6D7F8C;
    font-weight: bold;
    text-decoration: underline;
}
.textLink {
}
.textLink:hover {
}
.whiteHeadline {
    font-family: tahoma, sans-serif, verdana;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
}
.darkBlueHeadline {
    font-family: tahoma, sans-serif, verdana;
    font-size: 13px;
    color: #6e808e;
    font-weight: bold;
}
.whiteLink {
    font-family: tahoma, sans-serif, verdana;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: none;
    text-decoration: none;
}
.whiteLink:hover {
    font-family: tahoma, sans-serif, verdana;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: none;
    text-decoration: underline;
}
.smallWhite {
    font-family: tahoma, sans-serif, verdana;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: none;
    text-decoration: none;
}
.White {
    font-family: tahoma, sans-serif, verdana;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: none;
    text-decoration: none;
}
.menuBtn {
    background-color: #CBDBE7;
    padding-left: 5px;
    font-weight: bold;
    border-bottom: 1px solid #c3cad0;
    cursor: hand;
}
.menuBtnHover {
    background-color: #6e808e;
    padding-left: 5px;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom: 1px solid #6e808e;
    cursor: hand;
}
.mainContainer {
    scrollbar-3dlight-color: #c3cad0;
    scrollbar-base-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #6e7d87;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #c3cad0;
    scrollbar-highlight-color: #FFFFFF;
}