@charset "UTF-8";
/* CSS Document */

.alpha {
	margin-left: 0px!important;
}
.omega {
	margin-right: 0px!important;
}
.zero {
	margin : 0px!important;
}
/* this code is used to cancel the float tags ad keep the page formatted.*/
#clearfloat, .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* Spacer code for adding spacing between elements */
.spacertop20 {
	margin-top: 20px!important;
}
.spacerbottom20 {
	margin-bottom: 20px!important;
}
.margin-top-none {
	margin-top: 0px;
!important
}
