/************************************************************/
/*				FLOAT										*/
/************************************************************/
.float-left {
float:left;
}
.float-right {
float:right;
}

/************************************************************/
/*				CLEAR										*/
/************************************************************/
.clear-both {
clear:both;
}


/************************************************************/
/*				COLOR										*/
/************************************************************/
.color-blue {
color:#3967b4;
}

/************************************************************/
/*				CURSOR										*/
/************************************************************/
.cursor-pointer {
cursor:pointer;
}