/* common css */
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.centerall {
	text-align: center;
	margin: 0 auto;
}
/* center a table in a div */
.centertbl {
	text-align: center;
}
.centertbl table {
	text-align: left;
	margin: 0 auto;
}
.clrboth {
	clear: both;
}
.divclr {
	clear: both;
	height: 0px;
}
.errmsg {
	color: red;
}
.imgleft {
	margin: 7px 7px 7px 0px;
	float: left;
}
.clrleft {
	clear: left;
}
.txtright {
	text-align:right;
}
.txtleft {
	text-align:left;
}
#bkmrk {
	margin: 10px;
}
.imgright {
	margin: 7px 7px 7px 0px;
	float: right;
}
.clrright {
	clear: right;
}
.fineprint {
	font-size:0.8em;
}
