@charset "utf-8";
/* utility CSS Document */

.clearfix {display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;
}
.clearfix {display: block;
}
/* End hide from IE-mac */
.clearfix:after {
	content: url(../../common/images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.imgover {
}
img.png {
behavior: expression(IEPNGFIX.fix(this));
}
.mt20 {
	margin-top: 20px;
}
.mt15 {
	margin-top: 15px;
}
.mt10 {
	margin-top: 10px;
}
.pt10 {
 padding-top: 10px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.break {
	clear: both;
}
.alignLeft {
	float: left;
	margin: 0px;
	padding: 0px;
}
.alignRight {
	float: right;
	margin: 0px;
	padding: 0px;
}
.aural {
	display: none;
}
.indent1 {
	text-indent: -7.5em;
	margin-left: 7.5em;
}
