body {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	text-align: left;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: baseline;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}

hr {
	border-top: 1px solid #000000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited, a:hover, a:active {
	color: #0000FF;
	text-decoration: underline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	padding:0 0 5px;
}

input, select, textarea {
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
}

blockquote, q {
	quotes: "" "";
}

:focus {
	outline: none;
}