/* BROWSER RESET                                                             */
/* ------------------------------------------------------------------------- */

html {
	color: #000;
	background: #fff;
}

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

body, input, textarea {
	font: normal normal normal 100%/100% Arial, Helvetica, sans-serif;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: bold;
	text-align: left;
}

fieldset, table, img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

sup {
	font-size: 80%;
	line-height: 80%;
	vertical-align: top;
}

sub {
	font-size: 80%;
	line-height: 80%;
	vertical-align: bottom;
}

ol li {
	list-style: decimal outside;
	margin-left: 1.5em;
}

ul li {
	list-style: disc outside;
	margin-left: 1em;
}

legend {
	color: #000;
}

pre, code, kbd, samp, tt {
	font: 110%/100% "Courier New", Courier, monospace;
}

abbr, acronym {
	border: 0;
	font-variant: normal;
	border-bottom: 1px dotted #000;
	cursor: help;
}

caption {
	text-align: center;
}

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

blockquote {
	margin: 1em;
}

p {
	padding-bottom: 1em;
}