a {
	position:relative;
	z-index:+1;
	}
/*
	LAYOUT TOOLS
*/
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.layoutCenter		{ margin: 0 auto; }

/*
	WIDTH TOOLS
*/
.width100		{ width: 99.7%; }
.width90		{ width: 89.7%; }
.width80		{ width: 79.7%; }

.width75		{ width: 74.7%; }

.width50		{ width: 49.7%; }

.width33		{ width: 32.7%; }

.width25		{ width: 24.7%; }
.width20		{ width: 19.7%; }
.width10		{ width: 9.7%; }
.width5			{ width: 4.7%; }
.width3			{ width: 2.7%; }

				/* EM */
.width20em		{ width:20em; }
.width17em		{ width:17em; }
.width13em		{ width:13em; }
.width10em		{ width:10em; }
.width7em		{ width:7em; }
.width5em		{ width:5em; }
.width3em		{ width:3em; }
.width1em		{ width:1em; }

/*
	TEXT TOOLS
*/
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }

.small {font-size: 0.8em; font-family:Verdana, Geneva, sans-serif; line-height:1.3em !important;}

.green {color: #A1FF45;}
.red {color: #FF4B33;}
.orange {color:#F39F01;}
.grey-light {color: #999;}
.grey {color: #666;}
.grey a {color: #999;}
.grey a:hover {color: #EEE;}

/*
	DISPLAY VALUES
*/
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden;}
.clear 				{ clear: both; }

/*
	PRINT TOOLS
*/
.page-break 		{ page-break-before: always; }
