.curHand {
	cursor: pointer;
	cursor: hand;
}

.inline { 
	display: inline;
}

.noBgImg {
	background-image: url(images/spacer.gif);
}

.noBg {
	background: none;
}

.noBo {
	border: none
}

.noMa {
	margin: 0
}

.noBu {
	list-style-type: none;
}

/* -=- */

.clear {
	clear: both
}

.clearL {
	clear: left
}

.clearR {
	clear: right
}

br.both {
	clear: both
}

br.left {
	clear: left
}

br.right {
	clear: right
}

/* ///
  ///		heights (ituos class'us daniausiai naudojam: <div class="spacerVer h21">&nbsp;</div>)
 /// */

.h21 {
	height: 21px;
}

.h23 {
	height: 23px;
}

/* ///
  ///		text fonts
 /// */


.noWr {
	white-space: nowrap;
}

.lineHeightNormal, .lineHeightNormal p {
	line-height: normal;
}




