.label
{
    position: absolute;
    top: 0px;
    left: 45px;
}
.label2
{
    position: absolute;
    top: 0px;
    left: 10px;
}
.VeryPoorStrength
{
    font: 11px Verdana;
    background: #FE2E2E;
    color: White;
    font-weight: bold;
    width:200px;
    height:20px;
    text-align:center;
}
.WeakStrength
{
    font: 11px Verdana;
    background: #585858;
    color: White;
    font-weight: bold;
    width:200px;
    height:20px;
    text-align:center;
}
.AverageStrength
{
    font: 11px Verdana;
    background: #DBA901;
    color: White;
    font-weight: bold;
    width:200px;
    height:20px;
    text-align:center;
}
.GoodStrength
{
    font: 11px Verdana;
    background: #0B3861;
    color: White;
    font-weight: bold;
    width:200px;
    height:20px;
    text-align:center;
}
.ExcellentStrength
{
    font: 11px Verdana;
    background: #0B6121;
    color: White;
    font-weight: bold;
    width:200px;
    height:20px;
    text-align:center;
}
.BarBorder
{
    border-style: solid;
    border-width: 1px;
    width: 200px;
    height: 25px;
    padding: 2px;
}
