body {
	background-color: #515151;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	font-size: 62.5%;
}

img {
	border: none;
}

a {
	outline: none;
	color: #0c7cd2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 18px;
	line-height: 18px;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
	height: 1px;
}

.m0 {
	margin: 0 !important;
}

.fs12 {
	font-size: 1.2em;
}

h1,h2,h3,h4 {
		line-height: 12px;
}

.mt10 {
	margin-top: 10px;
}

.mt5 {
	margin-top: 5px;
}

.fs15 {
	font-size: 1.5em !important;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}