@charset "utf-8";
.clr {
	clear: both;
	margin: 0px;
	height: 0px;
	line-height: 0px;
	padding: 0px;
}
.red {
	color: #f00;
}
.green {
	color: #090;
}
.flt-l {
	float: left;
}
.flt-r {
	float: right;
}
.pointer {
	cursor: pointer;
}
.show {
	display: inline;
}
.hide {
	display: none;
}
.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}
.txtcenter {
	text-align: center;
}
.fit {
	width: 95%;
}
.indent05cm {
	text-indent: 0.5cm;
}
.indent1cm {
	text-indent: 1cm;
}
.mgl05cm {
	margin-left: 0.5cm;
}
.mgl1cm {
	margin-left: 1cm;
}
.mgt10 {
	margin-top: 10px;
}
.mgb10 { 
	margin-bottom: 10px;
}
.wdth97pc {
	width: 97%;
}
.wdth90pc {
	width: 90%;
}
.bold {
	font-weight: bold;
}