.bold {
	font-weight: bold;
}

.font18 {
	font-size: 18px;
}

.font16 {
	font-size: 16px;
}

.font14 {
	font-size: 14px;
}

.font12 {
	font-size: 12px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.top0 {
	margin-top: 0px;
}

.top10 {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}

.top30 {
	margin-top: 30px;
}

.top40 {
	margin-top: 40px;
}

.bottom0 {
	margin-bottom: 0px;
}
 
.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 30px;
}

.bottom40 {
	margin-bottom: 40px;
}

.mar10 {
	margin: 10px;
}

.mar20 {
	margin: 20px;
}

.left10 {
	margin-left: 10px;
}

.left20 {
	margin-left: 20px;
}

.right10 {
	margin-right: 10px;
}

.right20 {
	margin-right: 20px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.photoleft {
	float: left;
	margin: 10px 20px 20px 0px;
}

.photoright {
	float: right;
	margin: 10px 0px 20px 20px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.hide {
	display: none;
}

.noma {
	margin: 0;
}

.nobo {
	padding: 0px 0px 0px 0px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
