.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.block {
    display: block;
}
.big {
    font-size: 1.3em;
}
.black {
    color: #000000 !important;
}
.small {
    font-size: 0.8em;
}
.green {
    color: #006600 !important
}
.green-br {
    color: #0B7207 !important
}
.green-bold {
    color: #006600 !important;
    font-weight: bold;
}
.lightGreen {
    color: #66CC8F !important;
}
.grey {
    color: #898989 !important
}
.red {
    color: #E74C3C !important;
}
.red-bold {
    color: #E74C3C !important;
    font-weight: bold;
}
.error {
    color: #E30909;
    font-size: 0.8em;
}
.justifyleft {
text-align: left;
}
.justifyright {
text-align: right;
}
.justifyfull {
text-align: justify;
}
.center {
text-align: center;
}
.clear {
    clear: both;
}
.white {
    color: #FFFFFF !important;
}
.blue {
    color: #0088CC !important;
}
.underline {
    text-decoration: underline;
}
.linethrough {
    text-decoration: line-through;
}
.red {
    color: #ff0000;
}
.green-underline {
    color: #66CC8F !important;
    text-decoration: underline;
}
.uppercase {
     text-transform: uppercase;
}