.red {
    color: #D00;
}

.blue {
/*    color: #053C6D;   */
    color: #466984;
}

.green {
    color: #080;
}

.amber {
    color: #FFB600;
}
.medium {
    font-size: 12px;
}

.small {
    font-size: 11px;
}

.xsmall {
    font-size: 10px;
}

.strong {
    font-weight: bold;
}

.greyed {
    color: #999;
    font-size: 11px;
}

.grey {
    color: #999;
}

p.lessmargin {
    margin: 8px 0 0 0;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}
.indent {
    margin-left: 5px;
}
