﻿.red{
    color:red !important;
}

.black{
    color:black !important;
}

.green{
    color:green !important;
}

.gold{
    color:darkgoldenrod !important;
}

.bold{
    font-weight:bold !important;
}

.bgnone{
    background-color:unset !important;
}

.height30{
    height:30px !important;
}

.width30{
    width:30px !important;
}

.font10{
    font-size:10px !important;
}

.font11{
    font-size:11px !important;
}

.font13{
    font-size:13px !important;
}

.font14{
    font-size:14px !important;
}

.font15{
    font-size:15px !important;
}

.hide{
    display:none !important;
}

.show{
    display:block !important;
}

.v-middle{
    vertical-align:middle !important;
}

.width100prcnt{
    width:100% !important;
}

.width250{
    width:250px !important;
}

.undrln:hover{    
    text-decoration: underline !important;
}