/* ===|Resets Default Browser Styles|============================================= */
html, body, * { 
	margin: 0; 
	padding: 0; 
	}
a {
	cursor: pointer;
	}
a img, iframe { 
	border: 0;
	}
a:active, a:focus {
	outline: none;
	}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight: normal;
	}
ul, ol, dl, li, dt, dd {
	list-style: none;
	}
form, fieldset {
	border: 0;
	}	
legend { 
	color: #000;
	}
input, textarea, select, button {
	font-size: 100%;
	}
select {
	margin: inherit;
	}
table {
	border-collapse: collapse;
	border: 0;
	}
button, tr, td, ul, li {
	/* behavior: url('IEFixes.htc'); */
	}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	}