/* Soft reset CSS */

html, body, ol, ul, li, img, p, pre, xmp, form, fieldset {
	margin: 0;
	padding: 0;
}

html {
	background: #ffffff;
	color: #000000;
	font-family: arial, sans-serif;
	line-height: 1.28;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	margin: 4px 0;
}

p + p {
	margin-top: .5em;
}

a img, iframe, object, applet, embed, table, a abbr, a acronym {
	border-width: 0;
}

:focus {
	outline: 1px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	padding-left: 40px;
}

li {
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #d0d0bf;
}

fieldset {
	border: 1px solid #d0d0bf;
	padding: 0.35em 0.75em 0.625em 0.75em;
}

legend {
	padding-left: 5px;
	padding-right: 5px;
	color: black;
}

pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}

blockquote, q {
	quotes: none;
}

blockquote {
	margin: 0;
	padding: 1em 40px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input,
textarea,
select {
	outline: none;
}

textarea {
    resize: none;
}
