/* Standard Reset */
* {
	margin: 0;
	padding: 0; 
	background: transparent;
	outline: 0;
}

:focus { outline: 0; }

html, body { height:100%; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

img { border: 0; }

input, select { vertical-align:middle; }