/*-----------------------------------------------------------------------------

RESET

-----------------------------------------------------------------------------*/

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

img {
	border:0;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	
}

caption, th, td {
	text-align: left;
	vertical-align: middle;
	}

/* end of CSS reset */