/*--------------------------------------------------*\
	GLOBAL RESET
\*--------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, br, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, input, select, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
    outline: 0;

	vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    width: 100%;
}

body {
 	margin: 0;
    padding: 0;
    
    -webkit-text-size-adjust: none;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

a, fieldset, img, abbr {
    border:	0;
}

br {
    clear: both; 
    line-height: 0; 
    display: block;
}


address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{
    font-style:normal;
    font-weight:normal;
}

ul, dl, dir {
    list-style: none;
}

caption,th {
    text-align:left;
}