/*----------------------------------------------------------------------------
Browser Reset Style Sheet
	
details:  Resets all browser presentation defaults, providing	explicit
					styling control over all elements.
----------------------------------------------------------------------------*/

:focus { outline: 0 }

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em,
fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p,
pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

blockquote, q { quotes: "" "" }
blockquote:before, blockquote:after, q:before, q:after { content: "" }

body {
	background: #FFF;
	color: #000;
	line-height: 1;
}

caption, td, th {
	font-weight: normal;
	text-align: left;
}

ol, ul { list-style: none }

table {
	border-collapse: collapse;
	border-spacing: 0;
}