.tahoma{
    font-family: Tahoma;
}

.color1{
     color:#696a6d;
}
.color2{
     color:#fff;
}
.bgColor1{
    background-color:#696a6d;
}
.noMargin{
margin: 0px !important;    
}

/* UTIL */ 
.bigClear{
    display: block;
    height: 17px;
    clear: both;
    min-width: 100%;
}
.midClear{
    height: 12px;
    clear: both;
    display: block;
    width: 100%;
   
}
.smallClear{
    height: 5px;
    clear: both;
    display: block;
    width: 100%;
}

.noLeftMargin{
    margin-left: 0; 
}

.black{
    color: #000 !important;
}
.black{
    color: #000 !important;
}

.paddingNews{
    padding: 0 0 0 25px; ;
    list-style-type: disc;
}

.whiteLink{
    color: #000;
}

.white{
    color: #fff !important;
}

.somePadding{
    padding: 0 20px 0 20px;
}

.blue{
    color:#00bce4 !important;
}
.green{
    color:#93aa5c !important;
    text-decoration: none;
}
.bold{
    font-weight: bold;
}

.noUnderLine{
    text-decoration: none;
}
.noBorder{
    border: none;
}