@charset "utf-8";

html, body, p, 
div, header, nav, footer, article, aside, section,
h1, h2, h3, h4, h5, h6, hgroup,
q, blockquote, cite,
dfn, abbr, s, ins, del,
address, span, small, strong, em, sup, sub, i, b, mark,
time, code, var, kbd, samp, pre,
figcaption, figure, img, object, iframe, embed, audio, video, canvas,
table, caption, tbody, tfoot, thead, tr, th, td,
form, label, fieldset, legend,
datails, summary, menu,
ol,ul,li,dl,dt,dd,
applet, a, acronym, big, code, font, strike, tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
  font-family:inherit;  
  font-style:inherit;  
  font-weight:inherit;  
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

header, nav, footer, article, aside, section
hgroup, figcaption, figure, details, menu, {
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,select {
	vertical-align: middle;
}

.hidden {
	position: absolute;
	left: -9999px;
}

.clear{  
    clear: both;  
    height: 0;
    width: 0;  
    visibility: hidden;  
    display: block;  
}