.center{
   margin-left:auto;
   margin-right:auto;   
}

.bold{
   font-weight:900;
}

.pointer{
   cursor:pointer;
}

.defaultMouse{
   cursor:default;
}

.black{
   color:#424242;
}

.mainColor{
   color:#006699;
}

.noSelection{ 
	-moz-user-select:none; 
} 

.textRight{
	text-align:right;
}

.textLeft{
	text-align:left;	
}

.textCenter{
	text-align:center;	
}
