@charset "UTF-8";
/* CSS Document */


/* MARGIN ABOVE */

.above-0 {
	margin-top: 0px;
}
.above-10 {
	margin-top: 10px;
}
.above-20 {
	margin-top: 20px;
}
.above-30 {
	margin-top: 30px;
}
.above-40 {
	margin-top: 40px;
}
.above-50 {
	margin-top: 50px;
}

/* MARGIN BELOW */

.below-0 {
	margin-bottom: 0px;
}
.below-05 {
	margin-bottom: 5px;
}
.below-10 {
	margin-bottom: 10px;
}
.below-20 {
	margin-bottom: 20px;
}
.below-30 {
	margin-bottom: 30px;
}
.below-40 {
	margin-bottom: 40px;
}
.below-50 {
	margin-bottom: 50px;
}
