body {
	color: #333;
	font: 12px/1.5em Arial;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dd, form, input {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
input:focus, textarea:focus {
	outline: none;
}
ul, ol {
	list-style-type: none;
}
em {
	font-style: normal;
}
img {
	border: 0px;
	vertical-align: top;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.fl {
	float: left;
}
.fr {
	float: right;
	
}

.cf:after {
	display: block;
	visibility: hidden;
	content: ' ';
	height: 0px;
	clear: both;
}
.cf {
	zoom: 1;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
