@charset "utf-8";

.clearfix {display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;
}
.clearfix {display: block;
}
/* End hide from IE-mac */
.clearfix:after {
	content: url(../img/common/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.imgover {
}
img.png {
behavior: expression(IEPNGFIX.fix(this));
}
.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;
}

.link-blue a:link {
 color: #003399 !important;
	text-decoration:none !important;
}
.link-blue a:visited {
 color: #003399 !important;
	text-decoration:none !important;
}
.link-blue a:action {
 color: #003399 !important;
	text-decoration:none !important;
}
.link-blue a:hover {
 color: #CC0000 !important;
	text-decoration: underline !important;
}

.mt0 {
	margin-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.vm {
	vertical-align: middle !important;
}