body {
    color: #292929;
    font-family: "PT Sans",Verdana,sans-serif;
    font-size: 15px;
    font-weight: normal;
}

a,
a:hover,
a:focus {
    color: #0062c8;
    text-decoration: none;
}


h1, h2 {
    color: #292929;
    font-family: "PT Sans Caption",Verdana,sans-serif;
    font-size: 29px;
    font-weight: bold;
    margin: 0 0 14px;
    text-decoration: none;
}

h2 {
    font-family: "PT Sans Caption",Verdana,sans-serif;
    font-size: 25px;
    margin: 5px 0 18px;
}


h3 {
    color: #292929;
    font-family: "PT Sans",Verdana,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 18px;
}

h5 {
    font-family: "PT Sans",Verdana,sans-serif;
    font-size: 14px;
    font-weight: 700;
}

p {
    color:#666;
}

.custom-color-blue {
    color: #0062c8;
}

.btn-custom,
.btn-custom:hover,
.btn-custom:focus {
	font-size: 18px;
    line-height:18px;
    border:none;
    border-radius:0;
    background:#ccc url(../img/ButtonArrow.png) right 17px no-repeat;
    padding:12px 20px 12px 10px;
}

hr {
    border-color: #d0d0d0;
    margin-bottom: 15px;
    margin-top: 15px;
}