@charset "UTF-8";

blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, strong, 
em, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, 
table, caption, tbody, tfoot, thead, tr, th, td, section, time {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, time {
	display: block;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
body {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p, a, input, li, strong {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.5;
}

img, iframe {
	border: none;
	text-decoration: none;
}
imput, textarea {
	resize: none;
}
a {
	text-decoration: none;
	/*color: #000;*/
}
a:hover {
	text-decoration: underline;
	color: #2A9FDB;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.clear {
	clear: both;
}

caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
 body *::-moz-selection {
 background:#11bfbf;
 color:#FFF;
}
body ::selection {
	background: #11bfbf;
	color: #FFF;
}