/* Globals */

	
	a img {
		border: none;
	}
	/*
	Global Classes
*/

	.clearFloat{
		clear: both; display: inline;height: 1px;		
	}
		
	
	.hide {
		visibility: hidden;
	}
	.remove{
		display: none;
	}
	
	.floatRight{
		float: right;
	}
	
	.floatLeft{
		float: left;
	}
	
	.centerText{
		text-align: center;
	}
	
   .divider{
   	font: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #ff6c00;
   }
/*
	End Globals Classes
*/