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

*
{
	margin: 0em;
	padding: 0em;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1.2;
}

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

blockquote, q
{
	quotes: none;
}

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

ol, ul, li
{
	list-style: none;
}

caption, th
{
	text-align: left;
}

/* to preserve line-height and selector appearance */
sup
{
	vertical-align: text-top;
}

sub
{
	vertical-align: text-bottom;
}

input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/*to enable resizing for IE, originally it was *font-size, css validator complained*/
input, textarea, select
{
	font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend
{
	color: #000;
}

del, ins
{
	text-decoration: none;
}
