img {
	border: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mr5 {
	margin-right: 5px;
}
.hidden {
	display: none;	
}
.bold {
	font-weight: bold;
}
.relative {
	position: relative;
}
.fs10 {
	font-size: 10px;
}
.fs11 {
	font-size: 11px;
}
.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;	
}
.fs18 {
	font-size: 18px;	
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.clear {
	clear: both;
}
.half {
	width: 50%;
}
.row {
	margin-bottom: 6px;
}
.rowTop {
	margin-top: 6px;	
}
.layout {
	float: left;
	width: 100%;
}
input[type=submit],input[type=button], input.submit {
	border: none;
	cursor: pointer;
}
.underline {
	text-decoration: underline;	
}
.italic {
    font-style: italic;
}
.pointer {
    cursor: pointer;
}