/* Globals */

	
	a img {
		border: none;
	}
	
	a{
		color:#b2b2b2;
		/*text-decoration: none;*/
	}
	a:hover{
		text-decoration: none;
	}
	
	strong{
		font-weight: 800;
	}
	
	.strong{
		font-weight: 800;
	}
	/*
	Global Classes
*/

	.clearFloat{
		clear: both; display: inline;height: 1px;font-size: 1px;
	}
		
	
	.hide {
		visibility: hidden;
	}
	.remove{
		display: none;
	}
	
	.floatRight{
		float: right;
	}
	
	.floatLeft{
		float: left;
	}
	
	.centerText{
		text-align: center;
	}
	
	
	.centerText{
		text-align: center;
	}
	
	.ImageAlignMiddle{
	vertical-align: middle;
	}
	
	.NoWrap{
		white-space: nowrap;
	}
/*
	End Globals Classes
*/