/*	--------------------------------------------------
	Global Reset & Standards
	-------------------------------------------------- */
html, body { 
	margin: 0; 
	padding: 0; 
	background: #565759;
	overflow-x:hidden;!important
}

/*
html{
	555658
	
	
	overflow-x:hidden;!important
}*/
	
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, strong, em, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, section { 
		
	margin: 0;
	padding: 0; 
	border: 0; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 100%; 
	line-height: 1; 
	font-family: inherit; 
	text-align: left; 
	text-decoration:none;}

p {  
	text-align:justify;
}
	
a {
 border:none;
 cursor:pointer;
}

a:LINK {
 
}

a:VISITED {
 
}

a:HOVER {
 
}

a:ACTIVE {

}

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

ol, ul { 
	list-style: none; 
	}
	