/*
--------------------------------------------------
	CSS Reset Default
	version: 2008
	Depend on YUI
-------------------------------------------------- */
html { overflow-y: scroll;}
body { color: #000; background: #fff;}
html, body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, code,
dl, dt, dd,
ul, ol, li,
span, strong, em,
form, fieldset, input, textarea,
table, th, td {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
ul, ol { list-style: none;}
table { border-collapse: collapse; border-spacing: 0;}
/* caption, th { text-align: left;}*/
fieldset, img { border: 0;}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
abbr, acronym { border: 0; font-variant: normal;}
sup, sub { line-height: -1px; vertical-align: text-top;}
sub { vertical-align: text-bottom;}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
q:before, q:after { content: '';}

/*
--------------------------------------------------
	Windows Opera Browser Only
	Version: 2008
-------------------------------------------------- */
html {
	/* height: 100%; */
	/* margin-bottom: 1px; */
	}
