@charset "utf-8";
/* Reset 

*{
	margin: 0;
	padding: 0;
	border: 0px;
}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

blockquote, q {
	quotes: none;
}
/*
:focus {
	outline: 0;
}
*/
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, table{
	margin-top: 1em;
}

h1{
	margin-bottom: 30px;
}

h2, h3, h4, h5, h6{
	margin-top: 2em;
	margin-bottom: 1em;
}

ul, ol, dl{
	margin: 1em 0 1em 1.5em;
}

table{
	border: 1px solid #fff;
}

table td{
	padding: 2px 5px;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 0.8em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
