/* Custom Heights
----------------------------------------------- */
.customHeight1 {
	height:100px;
	
}

.customHeight2 {
	height:200px;	
	
}
.customHeight3 {
	height:300px;	
	
}
.customHeight4 {
	height:400px;	
	
}
.customHeight5 {
	height:500px;	
	
}
.customHeight6 {
	height:600px;	
	
}
.customHeight7 {
	height:700px;	
	
}
.customHeight8 {
	height:800px;	
	
}
.customHeight9 {
	height:900px;	
	
}
/* Custom Colors
----------------------------------------------- */
.bgWhite{
	background:white;
}
.bgBlack{
	background:black;
}


/* Custom Positioning
----------------------------------------------- */
.txtAlignCenter {
	text-align:center;
}
.txtAlignRight {
	text-align:right;
}
.txtAlignLeft {
	text-align:left;
}



