h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:0;
}
dl {
	margin:0;
}

ul {
	list-style-type: none;
}
ul li {
	float: left;
	margin-right: 10px;
}
/*CLEARFIX*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	position:relative;
}
/* Hides from IE-mac _*/
*html.clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

/*END CLEARFIX*/

.red-font {
	font-weight: bold;
	color: #FF0000;
}
dt {
	display: block;
	float: left;
	margin-bottom:10px;
}
dd {
	display:block;
	margin-bottom:10px;
}
.XF15 {
	height:30px;
}