html {
    height:100%;
}

body {
    height:100%;
    margin: 0em;
    background-color: #d7e5f4;
    background-color: #a2bddb;
}

.bgColor {

    background-color: #a2bddb;
}

img {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.noStyle {
    color: #000000;
    text-decoration: none;
}

div.stretch {
    height:100%;
}

.mainHeader {

    font-size: 22px;
}

.leftBorder {
    background-color: #daf2da;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 150px;
    cursor: pointer;
    cursor: hand;
}

.overleftBorder {
    border-right: 1px solid #000000;
    background-color: #eaffeb;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 150px;
    cursor: pointer;
    cursor: hand;
}

.clickedleftBorder {
    background-color: #DDDDDD;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    width: 150px;
    cursor: default;
}

.rightBorder {
    background-color: #daf2da;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 150px;
    cursor: pointer;
    cursor: hand;
}

.overrightBorder {
    background-color: #eaffeb;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 150px;
    cursor: pointer;
    cursor: hand;
}

.clickedrightBorder {
    background-color: #DDDDDD;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 150px;
    cursor: default;
}

.midBorder {
    background-color: #daf2da;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 150px;
    cursor: pointer;
    cursor: hand;
}

.overmidBorder {
    background-color: #eaffeb;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 150px;
    cursor: pointer;
    cursor: hand;
}

.clickedmidBorder {
    background-color: #DDDDDD;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 150px;
    cursor: default;
}

.linkTDColor {
    background-color: #daf2da;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;

}

.overlinkTDColor {
    background-color: #eaffeb;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;

}

.clickedlinkTDColor {
    background-color: #DDDDDD;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    cursor: default;
}

.mainTable {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    height: 100%
}

.mainSubTable {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    height: 100%
}

.withBorder {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.mainTD {
    height: 100%;
}

.copy {
    font-size: 12px;
}

img.noStyle {
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
}

.button {
        width: 70px;
}

.contactTable {
    background-color: #DDDDDD;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;

}
