﻿@charset "utf-8";
/* ===|Information|====================================================================================== */
/* ===|File Info: This file resets all css default values across all major browsers                  |=== */
/* ====================================================================================================== */ 

/* ===|Reset HTML Elements|============================================================================== */
html, body, * { 
	margin: 0; 
	padding: 0; 
}
a img, iframe { 
	border: 0; 
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight: normal;
}
ul, dl, li, dt, dd {
	list-style: none;
}
form, fieldset {
	border: 0;
}	
legend { 
	color: #000;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande",sans-serif;
}
select {
	margin: inherit;
}
table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
