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

body,div, span, object, a, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, blockquote, address, del, dfn, strong, em, img, q, samp, b, i, small, sub, sup, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, figcaption, header, footer, hgroup, menu, nav, section, mark {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	outline: 0;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, div { 
	display: block;
}
ul, li {
	list-style: none;
}
img, a img {
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
table {
	border-spacing: 0;
	empty-cells: show;
}
hr {
	display: block;
	margin: 12px 0;
	padding: 0;
	height: 0;
	border: 0;
	border-top: 1px solid #4c566c;
	border-bottom: 1px solid #ffffff;
}
input, select {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: middle;
}
mark {
	background: none;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
a {
/*	color: #0074e6;*/
	color: #0F65D9;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(25, 155, 240, 0.5);
}

