.left {
    float: left;
}
.right {
    float: right;
}

.link-hover-effect {
    color: #000000;
    text-decoration: none;
}
.link-hover-effect:hover {
    color: #000000;
    text-decoration: underline;
}

.reset-p {
    margin: 0;
    padding: 0;
}
.classic-p {
    font-size: 14px;
    line-height: 18px;
}
.medium-p {
    font-size: 18px;
    line-height: 22px;
}
.strong-p {
    font-size: 28px;
    line-height: 36px;
}

.boldstyle {font-weight: bold;}
.normalstyle {font-weight: normal !important;}

.w125 {width: 125px;}
.w140 {width: 140px;}
.w150 {width: 150px;}
.w155 {width: 155px;}
.w165 {width: 165px;}
.w240 {width: 240px;}
.w250 {width: 250px;}
.w270 {width: 270px;}
.w300 {width: 300px;}
.w360 {width: 360px;}
.w425 {width: 425px;}
.w485 {width: 485px;}
.w550 {width: 550px;}
.w600 {width: 600px;}

.h10 {height: 10px;}
.h15 {height: 15px;}
.h20 {height: 20px;}

.spaced-button {
    padding: 10px 18px;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    font-family: sans-serif;
}
.spaced-button:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
.spaced-button:active {
    color: #FFFFFF;
}
.spaced-button:focus {
    color: #FFFFFF;
}
.spaced-line {
    padding: 3px 18px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.blue-background {
    background-color: #056B9B;
    color: #FFFFFF;
}
.ocher-background {
    background-color: #E0930F;
    color: #FFFFFF;
}
.brown-background {
    background-color: #5D5B5C;
    color: #FFFFFF;
}

.ocher-text {color: #E0930F !important;}
.green-text {color: #77A002 !important;}
.grey-text {color: #B0B0B0 !important;}
.blue-text {color: #3D73B9 !important;}
.blue-captcha-text {color: #142864 !important;}

.centered-text {text-align: center;}
.vcentered-text {vertical-align: middle;}

.help-cursor {cursor: pointer;}