html {
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Open Sans',Segoe UI,Tahoma,Helvetica,sans-serif;
    font-size: 13px;
}

a {
    color: #0066CC;
}

a:hover {
    color: #ff6600;
}

button {
    border: 1px solid #666666;
    color: #FFFFFF;
}

.searchbtn {
    display: inline-block;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 56px;
}
.greyButton {
    background-color: #444444;
}

.greyButton:hover {
    background-color: #ff6600;
}

b {
        font-weight: bold;
    }

    h3 {font-size: 14px;
                font-weight: bold;
                width: 750px;
                margin-top: 15px;
                color: #000;
            }

    p {font-size: 13px;
                width: 750px;
                margin-top: 10px;
                color: #000000;
            }

    .phighlight {
        padding: 5px;
        background-color: #eee;
    }

    .bigHeadingLabel {font-size: 14px;
                font-weight: bold;
                width: 750px;
                margin-top: 5px;
            }

    .paragraphTextShort {font-size: 12px;
                width: 475px;
                margin-top: 10px;
                color: #000000;
            }

    .privacyPolicyBlock{width:760px;
        height: 225px;
        border:2px solid #DDD;
        margin: 5px;
    }

    .termsOfServBlock{width:760px;
        height: 175px;
        border:2px solid #DDD;
        margin: 5px;
    }



    li {
        margin: 5px 0;
        font-weight: bold;
    }