div.inner_main {
	padding: 5px;
}
.fright, .f_right {
	float: right;
}
.f_left, .fleft {
	float: left;
}
.nospace {
	overflow: hidden;
	font-size: 1px;
	height: 1px;
	position: relative;
	top: -10px;
	z-index: 1;
}
.red {
	color: #bc0000;
}
.yellow {
	color: #bcba00;
}
.green {
	color: #13c600;
}
.tright {
	text-align: right;	
}

.left_space {
	margin-left: 50px;	
}