body,
td,
th {
    font-family: "Arial", "Verdana", sans-serif;
    font-size: 12px;
    color: #666666;
}

table tr td.center {
    text-align: center;
}

.tabHeader {
    color: #FFFFFF;
}

.subMenu {
    font-weight: bold;
    color: #333333
}

.content {
    color: #666666;
}

.buleContent {
    color: #0e1e7d;
}

.dateInfo {
    color: #0066CC;
}

.xsContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
}

a.redLink:link {
    color: #CC0000;
    text-decoration: none;
}

a.redLink:visited {
    color: #CC0000;
    text-decoration: none;
}

a.redLink:Hover {
    color: #993300;
    text-decoration: underline;
}

a.redLink:active {
    color: #CC0000;
    text-decoration: none;
}

a.greyLink:link {
    color: #666666;
    text-decoration: none;
}

a.greyLink:visited {
    color: #666666;
    text-decoration: none;
}

a.greyLink:Hover {
    color: #999999;
    text-decoration: underline;
}

a.greyLink:active {
    color: #666666;
    text-decoration: none;
}

a.blueLink:link {
    color: #3399FF;
    text-decoration: none;
}

a.blueLink:visited {
    color: #3399FF;
    text-decoration: none;
}

a.blueLink:Hover {
    color: #3300CC;
    text-decoration: underline;
}

a.blueLink:active {
    color: #3399FF;
    text-decoration: none;
}

.style20 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #006600;
}

.style22 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.style23 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


/* link 2 our business */

.style26 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FF6600;
}

.style35 {
    color: #091F6B
}

.style34 {
    font-size: x-small;
    color: #00FF00;
}

.contentHeader {
    font-size: 14px;
    color: #091F6B;
    font-weight: bold;
}

.subMenuQuick {
    font-size: 8px;
    color: #333333
}

.popup-policy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    background: #ff6600;
    box-shadow: 0px 5px 10px #bababa;
    width: 1280px;
    margin: auto;
    padding: 20px;
    z-index: 999;
    display: block;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    max-width: 100%;
}

.popup-policy button {
    margin-left: 20px;
    border-radius: 5px;
    border: 0;
    width: 80px;
    height: 40px;
    background-color: #00db8a;
    color: white;
    cursor: pointer;
    box-shadow: 1px 1px 2px #9a9a9a
}

.popup-policy a {
    color: #2304b0
}

.popup-policy input {
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    background: #ff6600;
    box-shadow: 0 0 10px #ddd;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    max-width: 100%;
    z-index: 999;
}

.cookies a {
    color: #2304b0;
}

.cookies button {
    margin-left: 15px;
    width: 65px;
    height: 25px;
    background: #e0eb37;
    border: 0;
    cursor: pointer;
}