/************************************Font colors************************************/
.white{
	color:#FFF;
}
.whiteBg{
	background-color:#FFF;
}
.black{
	color:#000;
}
.blackBg{
	background-color:#000;
}
.red{
	color:#ef5448;
}
.redBg{
	background-color:#ef5448;
}
.lightGrey{
	color:#4d4d4d;
}
.lightGreyBg{
	background-color:#4d4d4d;
}
.darkGrey{
	color:#404040;
}
.darkGreyBg{
	background-color:#404040;
}
.paleSlateBg{
	background-color:#BFBBB7;
}
.desertBg{
	background-color:#ebe8e5;
}
/******For Text******/
.textGrey{
	color:#acacac;
}
.titleGrey{
	color:#d9d9d9;
}
.paleSlate{
	color:#BFBBB7;
}

/************************************Font sizes************************************/
.huge{
	font-size:30px;
	line-height:130%;
}
.biggest{
	font-size:25px;
	line-height:130%;
}
.bigger{
	font-size:22px;
	line-height:130%;
}
.big{
	font-size:18px;
	line-height:130%;
}
.medium{
	font-size:15px;
	line-height:130%;
}
.small{
	font-size:12px;
	line-height:130%;
}
.smaller{
	font-size:10px;
	line-height:130%;
}
.tiny{
	font-size:5px;
	line-height:130%;
}

/**********************************************************************************/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.clear{
	clear:both;
}

/************************************Spacers***************************************/
.topSpacerSmaller{
	margin-top:5px;
}
.topSpacerSmall{
	margin-top:10px;
}
.topSpacerMedium{
	margin-top:20px;
}
.topSpacer{
	margin-top:30px;
}
.topSpacerBig{
	margin-top:40px;
}
.topSpacerBigger{
	margin-top:50px;
}
.topSpacerHuge{
	margin-top:60px;
}

.bottomSpacerSmaller{
	margin-bottom:5px;
}
.bottomSpacerSmall{
	margin-bottom:10px;
}
.bottomSpacerMedium{
	margin-bottom:20px;
}
.bottomSpacer{
	margin-bottom:30px;
}
.bottomSpacerBig{
	margin-bottom:40px;
}
.bottomSpacerBigger{
	margin-bottom:50px;
}
.bottomSpacerHuge{
	margin-bottom:60px;
}



.leftSpacerSmaller{
	margin-left:5px;
}
.leftSpacerSmall{
	margin-left:10px;
}
.leftSpacerMedium{
	margin-left:20px;
}
.leftSpacer{
	margin-left:30px;
}
.leftSpacerBig{
	margin-left:40px;
}
.leftSpacerBigger{
	margin-left:50px;
}
.leftSpacerHuge{
	margin-left:60px;
}


.rightSpacerSmaller{
	margin-right:5px;
}
.rightSpacerSmall{
	margin-right:10px;
}
.rightSpacerMedium{
	margin-right:20px;
}
.rightSpacer{
	margin-right:30px;
}
.rightSpacerBig{
	margin-right:40px;
}
.rightSpacerBigger{
	margin-right:50px;
}
.rightSpacerHuge{
	margin-right:60px;
}

a{
	text-decoration:none;
}