@charset "UTF-8";

/* reset global browser settings */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	/*border: 0 none; form reset on borders*/
	outline: 0;
	padding: 0;
	margin: 0;
}

html, body {
	padding: 0;
	margin: 0;
}

:link, :visited {
	text-decoration: none;
}

a img, :link img, :visited img {
	border: none;
}

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

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

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

ul { 
	list-style: none; 
}

.clear {
	clear: both;
}


