html {
	color: #000;
	background: #fff;
}

body,
.nitrc div,
.nitrc dl,
.nitrc dt,
.nitrc dd,
.nitrc ul,
.nitrc ol,
.nitrc li,
.nitrc h1,
.nitrc h2,
.nitrc h3,
.nitrc h4,
.nitrc h5,
.nitrc h6,
.nitrc pre,
.nitrc code,
.nitrc form,
.nitrc fieldset,
.nitrc legend,
.nitrc input,
.nitrc textarea,
.nitrc p,
.nitrc blockquote,
.nitrc table,
.nitrc thead,
.nitrc tbody,
.nitrc tfoot,
.nitrc tr,
.nitrc th,
.nitrc td {
	margin: 0;
	padding: 0;
}

.nitrc table {
	border-collapse: collapse;
	border-spacing: 0;
}

.nitrc fieldset,
.nitrc img {
	border: 0;
}

.nitrc address,
.nitrc caption,
.nitrc cite,
.nitrc code,
.nitrc dfn,
.nitrc em,
.nitrc strong,
.nitrc th,
.nitrc var {
	font-style: normal;
	font-weight: normal;
}

.nitrc ol, .nitrc ul {
	list-style: none;
}

.nitrc caption,
.nitrc th {
	text-align: left;
}

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

.nitrc q:before,
.nitrc q:after {
	content: '';
}

.nitrc abbr,
.nitrc acronym {
	border: 0;
	font-variant: normal;
}

.nitrc sup {
	vertical-align: text-top;
}

.nitrc sub {
	vertical-align: text-bottom;
}

.nitrc input,
.nitrc textarea,
.nitrc select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* To enable resizing for Internet Explorer... */
.nitrc input,
.nitrc textarea,
.nitrc select {
	*font-size: 100%;
}

/* Because legend doesn't inherit in Interet Explorer... */
.nitrc legend {
	color: #000;
}

.nitrc .innerLegacy * {
	line-height: 1.2;
}