.align_center{
	text-align: center;
}

.align_left{
	text-align: left;
}

.align_right{
	text-align: right;
}

.float_left{
	float: left !important;
}
.float_right{
	float: right !important;
}

.clear{
	clear: both;
}

.space{
	display: block;
	height: 10px;
}

.bold{
	font-weight: bold;
}

.orange{
	color: #fdad24;
}

.bottom_space{
	margin-bottom: 10px;
}
.right_space{
	margin-right: 10px;
}
.left_space{
	margin-left: 10px;
}
.top_space{
	margin-top: 10px;
}

.top_padding{
	padding-top: 5px;
}
.bottom_padding{
	padding-bottom: 5px;
}
.left_padding{
	padding-left: 5px;
}
.right_padding{
	padding-right: 5px;
}

.third{
	width: 200px;	
}

.display_none{
	display: none;
}

.block{
	display: block;	
}

.border{
	border: 1px solid white;
}
.top_border{
	border-top: 1px solid white;
}

.content_space{
	padding-left: 160px;
}

.underline{
	text-decoration: underline;
}

.textCenter{
	text-align: center;
}

.half{
	width: 410px;
}
