﻿h1 {
    color: #323131;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 0 0;
    padding: 0;
}

    h1:after {
        content: "";
        display: block;
        margin: 15px 0px 10px 0px;
        padding: 0px;
        width: 150px;
        border-top: solid 1px #C8C8C8;
    }

h2 {
    color: #626161;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px 15px 0px;
}

h3 {
    color: #626161;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}

a {
    color: #232F84;
}

.comment {
    color: #888888;
}

.toLeft {
    text-align: left;
}

.toRight {
    text-align: right;
}

.toCenter {
    text-align: center;
}

.hidden {
    display: none;
}

.wrongValue {
    color: #c00000 !important;
}

hr {
    width: 25%;
    height: 1px;
    margin: 30px auto;
    padding: 0px;
    text-align: center;
    border: 0px none;
    color: #AAAAAA;
    background-color: #AAAAAA;
}

.pr99 {
    width: 99%;
}

.pr100 {
    width: 100%;
}

.px35 {
    width: 35px;
}

.px50 {
    width: 50px;
}

.px75 {
    width: 75px;
}

.px100 {
    width: 100px;
}

.px130 {
    width: 130px;
}

.px150 {
    width: 150px;
}

.px180 {
    width: 180px;
}

.px200 {
    width: 200px;
}

.px250 {
    width: 250px;
}

.px290 {
    width: 260px;
}

.px300 {
    width: 270px;
}

.px310 {
    width: 280px;
}

.px330 {
    width: 330px;
}

.px350 {
    width: 350px;
}

.px400 {
    width: 400px;
}

.px450 {
    width: 450px;
}
