v\:* {
  behavior:url(#default#VML);
}

.clear {
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.middle {
	vertical-align: middle;
}

.center, .align-center {
	text-align:center;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.hidden {
	visibility: hidden;
}

.display-none {
	display: none;
}
.bold, .bold a {
	font-weight: bold;
}

.relative {
	position:relative;
}

.inline {
	display: inline;
}
.block {
	display: block;
}

.normal-weight {
	font-weight: normal;
}

.half-width {
	width: 50%;
}

.black {
	color:black;
}

.underline {
	text-decoration:underline;
}

.quiet-1 {
	color:#333;
}

