/***************************************************************
File:     Reset all grid and content styles
Date:     January 22, 2008,  Multiflex-5.3, www.1234.info
License:  Fully open source without restrictions.
RESET BROWSER CSS
***************************************************************/
HTML
{
	color: rgb(0, 0, 0);
	background: rgb(240, 240, 240);
}
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, CODE, FORM, FIELDSET, LEGEND, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET, IMG
{
	border: 0;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
LI
{
	list-style: none;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
Q:before, Q:after
{
	content: '';
}
ABBR, ACRONYM
{
	border: 0;
	font-variant: normal;
}
SUP
{
	vertical-align: text-top;
}
/*to preserve line-height and selector appearance*/
SUB
{
	vertical-align: text-bottom;
}
/*to preserve line-height and selector appearance*/
INPUT, TEXTAREA, SELECT
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*to preserve line-height and selector appearance*/
LEGEND
{
	color: rgb(0, 0, 0);
}
/*because legend doesn't inherit in IE*/
