/* CSS Document RESET - THINLINE */
/* Made by Thinline */
/* Based on Netlog, meyerweb and Yahoo! reset */
/* Do not copy */

body, form, fieldset, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style:none;
}

img, fieldset {
	border: none;
}

input, select, textarea, legend, fieldset {
	font-size: 100%;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: none;
}

table { 
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: '';
}

sup, sub {
	line-height:-1px;
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}
